patches/gmediaserver-01-wall.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 340 eed15552a496
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
340
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
--- gmediaserver-0.12.0/src/Makefile.in.orig	2007-07-15 17:02:01.128179021 +0700
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
+++ gmediaserver-0.12.0/src/Makefile.in	2007-07-15 17:02:37.093766920 +0700
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
@@ -292,7 +292,6 @@
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
 # but that would make automake compile .c files into gmediaserver-<obj>.o,
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
 # which would look quite awkward.
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
 AM_CFLAGS = \
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
-  -Wall \
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
   $(UUID_CFLAGS) \
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
   $(UPNP_CFLAGS) \
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
   $(TAGLIB_CFLAGS)
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    11
--- gmediaserver-0.12.0/src/Makefile.am.orig	2007-07-15 17:01:50.271874397 +0700
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    12
+++ gmediaserver-0.12.0/src/Makefile.am	2007-07-15 17:02:29.709387905 +0700
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    13
@@ -5,7 +5,6 @@
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    14
 # which would look quite awkward.
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    15
 
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    16
 AM_CFLAGS = \
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    17
-  -Wall \
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    18
   $(UUID_CFLAGS) \
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    19
   $(UPNP_CFLAGS) \
eed15552a496 2007-07-15 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    20
   $(TAGLIB_CFLAGS)