aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-10-30 20:42:02 +0800
committersobomax <sobomax@FreeBSD.org>2001-10-30 20:42:02 +0800
commit18dfa44da493eae3878d0a697c6cf154cee7ae7c (patch)
tree53875734103e2606e075d7798107373e5120cb55 /x11
parent116e5344a22052c0bbde69172285edf68b674007 (diff)
downloadfreebsd-ports-gnome-18dfa44da493eae3878d0a697c6cf154cee7ae7c.tar.gz
freebsd-ports-gnome-18dfa44da493eae3878d0a697c6cf154cee7ae7c.tar.zst
freebsd-ports-gnome-18dfa44da493eae3878d0a697c6cf154cee7ae7c.zip
Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have been
moved aroud, so all ports that don't pay attention to an output of `gdk-pixbuf-config --cflags' need to be fixed.
Diffstat (limited to 'x11')
-rw-r--r--x11/gnomecore/files/patch-ae11
-rw-r--r--x11/gnomecore/files/patch-applets::gen_util::Makefile.in23
-rw-r--r--x11/gnomecore/files/patch-gnome-about::Makefile.in14
3 files changed, 37 insertions, 11 deletions
diff --git a/x11/gnomecore/files/patch-ae b/x11/gnomecore/files/patch-ae
index 4a7f273d6dce..daf565385c5b 100644
--- a/x11/gnomecore/files/patch-ae
+++ b/x11/gnomecore/files/patch-ae
@@ -20,14 +20,3 @@
libfish_applet_la_LIBADD =
libfish_applet_la_OBJECTS = fish.lo
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
---- applets/gen_util/Makefile.in.orig Tue May 23 04:26:11 2000
-+++ applets/gen_util/Makefile.in Fri May 26 16:23:39 2000
-@@ -181,7 +181,7 @@
-
- DEFS = @DEFS@ -I. -I$(srcdir) -I../..
- LIBS = @LIBS@
--libgen_util_applet_la_LDFLAGS =
-+libgen_util_applet_la_LDFLAGS = -version-info 5:0:0
- libgen_util_applet_la_LIBADD =
- libgen_util_applet_la_OBJECTS = main.lo mailcheck.lo popcheck.lo \
- printer.lo clock.lo
diff --git a/x11/gnomecore/files/patch-applets::gen_util::Makefile.in b/x11/gnomecore/files/patch-applets::gen_util::Makefile.in
new file mode 100644
index 000000000000..68faf4142aa7
--- /dev/null
+++ b/x11/gnomecore/files/patch-applets::gen_util::Makefile.in
@@ -0,0 +1,23 @@
+
+$FreeBSD$
+
+--- applets/gen_util/Makefile.in.orig Tue Oct 30 14:16:35 2001
++++ applets/gen_util/Makefile.in Tue Oct 30 14:30:29 2001
+@@ -157,7 +157,7 @@
+
+ SUBDIRS = help
+
+-INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR)
++INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) $(PIXBUF_CFLAGS)
+
+
+ lib_LTLIBRARIES = libgen_util_applet.la
+@@ -197,7 +197,7 @@
+
+ DEFS = @DEFS@ -I. -I$(srcdir) -I../..
+ LIBS = @LIBS@
+-libgen_util_applet_la_LDFLAGS =
++libgen_util_applet_la_LDFLAGS = -version-info 5:0:0
+ libgen_util_applet_la_LIBADD =
+ libgen_util_applet_la_OBJECTS = main.lo mailcheck.lo popcheck.lo \
+ printer.lo clock.lo remote-helper.lo
diff --git a/x11/gnomecore/files/patch-gnome-about::Makefile.in b/x11/gnomecore/files/patch-gnome-about::Makefile.in
new file mode 100644
index 000000000000..6b5b69f0caf0
--- /dev/null
+++ b/x11/gnomecore/files/patch-gnome-about::Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- gnome-about/Makefile.in 2001/10/30 12:24:07 1.1
++++ gnome-about/Makefile.in 2001/10/30 12:25:34
+@@ -155,7 +155,7 @@
+ gnomelocaledir = @gnomelocaledir@
+ l = @l@
+
+-INCLUDES = -I$(includedir) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale\""
++INCLUDES = -I$(includedir) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" $(PIXBUF_CFLAGS)
+
+
+ LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(PIXBUF_LIBS) $(CANVAS_PIXBUF_LIBS) $(INTLLIBS)