openbsd-ports/devel/gconf2/patches/patch-gconf_Makefile_in
marcm af7732eb62 Fix the libtool patching here. -pthread handling was screwy and in
one rare case it showed up.  Regen remaining patches and lose the po
Makefile one.
2004-12-30 04:30:12 +00:00

11 lines
316 B
Plaintext

--- gconf/Makefile.in.orig Tue Oct 12 09:49:08 2004
+++ gconf/Makefile.in Wed Dec 22 18:48:43 2004
@@ -208,6 +208,7 @@ INCLUDES = \
-DVERSION=\""$(VERSION)"\" \
-DGCONF_ENABLE_INTERNALS=1 \
-DGCONFD=\""$(GCONFD_BINARY_NAME)"\" \
+ -DGCONF_CONFIG_SOURCE=\""$(GCONF_CONFIG_SOURCE)"\" \
$(NULL)