aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
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 /sysutils
parent116e5344a22052c0bbde69172285edf68b674007 (diff)
downloadfreebsd-ports-graphics-18dfa44da493eae3878d0a697c6cf154cee7ae7c.tar.gz
freebsd-ports-graphics-18dfa44da493eae3878d0a697c6cf154cee7ae7c.tar.zst
freebsd-ports-graphics-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 'sysutils')
-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
4 files changed, 8 insertions, 4 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile
index ccab84e97b3..04fe27dc086 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 ccab84e97b3..04fe27dc086 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 ccab84e97b3..04fe27dc086 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 ccab84e97b3..04fe27dc086 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: