summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/bonobo/files/patch-monikers::Makefile.in14
-rw-r--r--print/gnome-print/Makefile3
-rw-r--r--print/gnome-print/files/patch-configure13
-rw-r--r--print/gnomeprint/Makefile3
-rw-r--r--print/gnomeprint/files/patch-configure13
-rw-r--r--print/libgnomeprint/Makefile3
-rw-r--r--print/libgnomeprint/files/patch-configure13
-rw-r--r--sysutils/gnome-control-center/Makefile3
-rw-r--r--sysutils/gnome-control-center1/Makefile3
-rw-r--r--sysutils/gnomecontrolcenter/Makefile3
-rw-r--r--sysutils/gnomecontrolcenter2/Makefile3
-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
14 files changed, 104 insertions, 18 deletions
diff --git a/devel/bonobo/files/patch-monikers::Makefile.in b/devel/bonobo/files/patch-monikers::Makefile.in
new file mode 100644
index 000000000000..3e83154faa2d
--- /dev/null
+++ b/devel/bonobo/files/patch-monikers::Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- monikers/Makefile.in 2001/10/30 11:02:02 1.1
++++ monikers/Makefile.in 2001/10/30 11:03:04
+@@ -72,7 +72,7 @@
+ BONOBO_LIBDIR = @BONOBO_LIBDIR@
+ BONOBO_LIBS = @BONOBO_LIBS@
+ BONOBO_REVISION = @BONOBO_REVISION@
+-BONOBO_TEST_CFLAGS = @BONOBO_TEST_CFLAGS@
++BONOBO_TEST_CFLAGS = @BONOBO_TEST_CFLAGS@ @BONOBO_INCLUDEDIR@
+ BONOBO_TEST_LIBS = @BONOBO_TEST_LIBS@
+ BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+ CATALOGS = @CATALOGS@
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile
index cd320ae50b2e..736e683841a9 100644
--- a/print/gnome-print/Makefile
+++ b/print/gnome-print/Makefile
@@ -24,7 +24,8 @@ USE_PERL5= yes
USE_GNOMECTRL= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
+ `gdk-pixbuf-config --cflags`" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
diff --git a/print/gnome-print/files/patch-configure b/print/gnome-print/files/patch-configure
new file mode 100644
index 000000000000..e887f5648c11
--- /dev/null
+++ b/print/gnome-print/files/patch-configure
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- configure 2001/10/30 10:37:32 1.1
++++ configure 2001/10/30 10:38:37
+@@ -8962,6 +8962,7 @@
+ PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `gnome-config --cflags gnomeui`"
+ PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `xml-config --cflags`"
+ PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR $LIBGPA_INCLUDEDIR"
++PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `$GDK_PIXBUF_CONFIG --cflags`"
+
+
+
diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile
index cd320ae50b2e..736e683841a9 100644
--- a/print/gnomeprint/Makefile
+++ b/print/gnomeprint/Makefile
@@ -24,7 +24,8 @@ USE_PERL5= yes
USE_GNOMECTRL= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
+ `gdk-pixbuf-config --cflags`" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
diff --git a/print/gnomeprint/files/patch-configure b/print/gnomeprint/files/patch-configure
new file mode 100644
index 000000000000..e887f5648c11
--- /dev/null
+++ b/print/gnomeprint/files/patch-configure
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- configure 2001/10/30 10:37:32 1.1
++++ configure 2001/10/30 10:38:37
+@@ -8962,6 +8962,7 @@
+ PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `gnome-config --cflags gnomeui`"
+ PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `xml-config --cflags`"
+ PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR $LIBGPA_INCLUDEDIR"
++PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `$GDK_PIXBUF_CONFIG --cflags`"
+
+
+
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index cd320ae50b2e..736e683841a9 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -24,7 +24,8 @@ USE_PERL5= yes
USE_GNOMECTRL= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
+ `gdk-pixbuf-config --cflags`" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
diff --git a/print/libgnomeprint/files/patch-configure b/print/libgnomeprint/files/patch-configure
new file mode 100644
index 000000000000..e887f5648c11
--- /dev/null
+++ b/print/libgnomeprint/files/patch-configure
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- configure 2001/10/30 10:37:32 1.1
++++ configure 2001/10/30 10:38:37
+@@ -8962,6 +8962,7 @@
+ PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `gnome-config --cflags gnomeui`"
+ PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `xml-config --cflags`"
+ PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR $LIBGPA_INCLUDEDIR"
++PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `$GDK_PIXBUF_CONFIG --cflags`"
+
+
+
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile
index ccab84e97b32..04fe27dc0860 100644
--- a/sysutils/gnome-control-center/Makefile
+++ b/sysutils/gnome-control-center/Makefile
@@ -22,7 +22,8 @@ USE_GMAKE= yes
USE_GNOMELIBS= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
+ `gdk-pixbuf-config --cflags`" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
diff --git a/sysutils/gnome-control-center1/Makefile b/sysutils/gnome-control-center1/Makefile
index ccab84e97b32..04fe27dc0860 100644
--- a/sysutils/gnome-control-center1/Makefile
+++ b/sysutils/gnome-control-center1/Makefile
@@ -22,7 +22,8 @@ USE_GMAKE= yes
USE_GNOMELIBS= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
+ `gdk-pixbuf-config --cflags`" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
diff --git a/sysutils/gnomecontrolcenter/Makefile b/sysutils/gnomecontrolcenter/Makefile
index ccab84e97b32..04fe27dc0860 100644
--- a/sysutils/gnomecontrolcenter/Makefile
+++ b/sysutils/gnomecontrolcenter/Makefile
@@ -22,7 +22,8 @@ USE_GMAKE= yes
USE_GNOMELIBS= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
+ `gdk-pixbuf-config --cflags`" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile
index ccab84e97b32..04fe27dc0860 100644
--- a/sysutils/gnomecontrolcenter2/Makefile
+++ b/sysutils/gnomecontrolcenter2/Makefile
@@ -22,7 +22,8 @@ USE_GMAKE= yes
USE_GNOMELIBS= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
+ `gdk-pixbuf-config --cflags`" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
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)