diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-30 12:42:02 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-30 12:42:02 +0000 |
commit | 18dfa44da493eae3878d0a697c6cf154cee7ae7c (patch) | |
tree | 53875734103e2606e075d7798107373e5120cb55 /sysutils/gnomecontrolcenter2 | |
parent | 116e5344a22052c0bbde69172285edf68b674007 (diff) | |
download | FreeBSD-ports-18dfa44da493eae3878d0a697c6cf154cee7ae7c.zip FreeBSD-ports-18dfa44da493eae3878d0a697c6cf154cee7ae7c.tar.gz |
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/gnomecontrolcenter2')
-rw-r--r-- | sysutils/gnomecontrolcenter2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile index ccab84e..04fe27d 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: |