aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/maemo/sapwood/cflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nonworking/maemo/sapwood/cflags.patch')
-rw-r--r--recipes/nonworking/maemo/sapwood/cflags.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/nonworking/maemo/sapwood/cflags.patch b/recipes/nonworking/maemo/sapwood/cflags.patch
new file mode 100644
index 0000000000..841a9dd350
--- /dev/null
+++ b/recipes/nonworking/maemo/sapwood/cflags.patch
@@ -0,0 +1,17 @@
+--- src/Makefile.am.old 2005-06-09 19:25:34.000000000 +0200
++++ src/Makefile.am 2005-06-09 19:27:14.000000000 +0200
+@@ -19,12 +19,14 @@
+
+ libsapwood_la_LDFLAGS = -avoid-version -module -Wl,-z,defs
+ libsapwood_la_LIBADD = $(GTK_LIBS)
++libsapwood_la_CFLAGS = $(AM_CFLAGS)
+
+ daemondir = $(libdir)/sapwood
+ daemon_PROGRAMS = sapwood-server
+
+ sapwood_server_SOURCES = sapwood-server.c sapwood-proto.c sapwood-proto.h
+ sapwood_server_LDADD = $(GDK_LIBS)
++sapwood_server_CFLAGS = $(AM_CFLAGS)
+
+ MAINTAINERCLEANFILES = Makefile.in
+