From 18dfa44da493eae3878d0a697c6cf154cee7ae7c Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 30 Oct 2001 12:42:02 +0000 Subject: 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. --- sysutils/gnome-control-center/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils/gnome-control-center') diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index ccab84e..04fe27d 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: -- cgit v1.1