diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-19 19:52:11 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-19 19:52:11 +0800 |
commit | 05994b4020d91868f7632ce1ade76f7147eee65e (patch) | |
tree | f57a865e75067713704b6cfeb60618c251818653 /misc/metatheme/files | |
parent | 49c357ca7f0086ca07db5813402f4c40b6411aa0 (diff) | |
download | freebsd-ports-gnome-05994b4020d91868f7632ce1ade76f7147eee65e.tar.gz freebsd-ports-gnome-05994b4020d91868f7632ce1ade76f7147eee65e.tar.zst freebsd-ports-gnome-05994b4020d91868f7632ce1ade76f7147eee65e.zip |
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
Diffstat (limited to 'misc/metatheme/files')
-rw-r--r-- | misc/metatheme/files/patch-ac | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/misc/metatheme/files/patch-ac b/misc/metatheme/files/patch-ac index b34e96ee8945..2715b1dfa872 100644 --- a/misc/metatheme/files/patch-ac +++ b/misc/metatheme/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 |