summaryrefslogtreecommitdiff
path: root/misc/metatheme2/files/patch-ac
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-19 11:52:11 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-19 11:52:11 +0000
commite4f0d8c0b145a96114ef65706858e7b093cdf081 (patch)
tree96c127852094100bac8877a8497b9e339d020d1e /misc/metatheme2/files/patch-ac
parentFix braino: when WITHOUT_MOZILLA isn't defined don't override BUILD_DEPENDS, (diff)
Fix problem with gdk-pixbuf in one place, but mark the whole thing as B0RKEN,
because it went out of sync with latest gal. Submitted by: bento
Notes
Notes: svn path=/head/; revision=51828
Diffstat (limited to '')
-rw-r--r--misc/metatheme2/files/patch-ac20
1 files changed, 16 insertions, 4 deletions
diff --git a/misc/metatheme2/files/patch-ac b/misc/metatheme2/files/patch-ac
index b34e96ee8945..2715b1dfa872 100644
--- a/misc/metatheme2/files/patch-ac
+++ b/misc/metatheme2/files/patch-ac
@@ -1,6 +1,18 @@
---- plugins/background/Makefile.in 2000/11/26 21:12:29 1.1
-+++ plugins/background/Makefile.in 2000/11/26 21:13:03
-@@ -150,7 +150,7 @@
+
+$FreeBSD$
+
+--- plugins/background/Makefile.in.orig Wed Dec 19 13:42:05 2001
++++ plugins/background/Makefile.in Wed Dec 19 13:44:54 2001
+@@ -137,7 +137,7 @@
+
+ libbackground_la_LIBADD = $(GDK_PIXBUF_LIBS) $(LIBGLADE_LIBS)
+
+-INCLUDES = -I$(top_srcdir) -I$(METATHEME_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -DSHAREDIR=\"$(SHAREDIR)\" $(LIBGLADE_CFLAGS)
++INCLUDES = $(GDK_PIXBUF_CFLAGS) -I$(top_srcdir) -I$(METATHEME_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -DSHAREDIR=\"$(SHAREDIR)\" $(LIBGLADE_CFLAGS)
+
+
+ EXTRA_DIST = bg-config-gui.glade translatable.c
+@@ -155,7 +155,7 @@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
@@ -8,4 +20,4 @@
+libbackground_la_LDFLAGS = -module -avoid-version
libbackground_la_DEPENDENCIES =
libbackground_la_OBJECTS = background-plugin.lo config-io.lo \
- bg-ext-handler.lo
+ bg-ext-handler.lo bg-config-gui.lo