patches/lxinput-01-Werror.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2897 a124138b5e8e
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1891
d4a5ab740ded 2009-05-27 Alfred Peng <[email protected]>
alfredpeng
parents:
diff changeset
     1
--- lxinput-0.1/src/Makefile.am.orig	2009-05-27 15:12:12.418335582 +0800
d4a5ab740ded 2009-05-27 Alfred Peng <[email protected]>
alfredpeng
parents:
diff changeset
     2
+++ lxinput-0.1/src/Makefile.am	2009-05-27 15:14:34.816676663 +0800
2897
a124138b5e8e 2010-08-23 Brian Cameron <[email protected]>
yippi
parents: 2024
diff changeset
     3
@@ -3,7 +3,6 @@ INCLUDES = \
1891
d4a5ab740ded 2009-05-27 Alfred Peng <[email protected]>
alfredpeng
parents:
diff changeset
     4
 	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
2897
a124138b5e8e 2010-08-23 Brian Cameron <[email protected]>
yippi
parents: 2024
diff changeset
     5
 	$(GTK_CFLAGS) \
a124138b5e8e 2010-08-23 Brian Cameron <[email protected]>
yippi
parents: 2024
diff changeset
     6
 	$(XLIB_CFLAGS)
1891
d4a5ab740ded 2009-05-27 Alfred Peng <[email protected]>
alfredpeng
parents:
diff changeset
     7
-	-Werror-implicit-function-declaration
d4a5ab740ded 2009-05-27 Alfred Peng <[email protected]>
alfredpeng
parents:
diff changeset
     8
 
d4a5ab740ded 2009-05-27 Alfred Peng <[email protected]>
alfredpeng
parents:
diff changeset
     9
 bin_PROGRAMS = lxinput
d4a5ab740ded 2009-05-27 Alfred Peng <[email protected]>
alfredpeng
parents:
diff changeset
    10