patches/lxshortcut-01-Werror.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2024 9327e81904b3
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2024
9327e81904b3 2009-08-04 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
--- lxshortcut-0.1.1/src/Makefile.am-orig	2009-08-04 17:47:59.932776000 -0500
9327e81904b3 2009-08-04 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
+++ lxshortcut-0.1.1/src/Makefile.am	2009-08-04 17:48:05.714371000 -0500
9327e81904b3 2009-08-04 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -1,8 +1,7 @@
9327e81904b3 2009-08-04 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
 INCLUDES = \
9327e81904b3 2009-08-04 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
 	-DPACKAGE_DATA_DIR=\""$(datadir)"/lxshortcut\" \
9327e81904b3 2009-08-04 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
 	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
9327e81904b3 2009-08-04 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
-	@GTK_CFLAGS@ \
9327e81904b3 2009-08-04 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
-	-Werror-implicit-function-declaration
9327e81904b3 2009-08-04 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
+	@GTK_CFLAGS@
9327e81904b3 2009-08-04 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    10
 
9327e81904b3 2009-08-04 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    11
 bin_PROGRAMS = lxshortcut
9327e81904b3 2009-08-04 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    12