aboutsummaryrefslogtreecommitdiff
path: root/graphics/sodipodi
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-11-12 10:20:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-11-12 10:20:40 +0000
commit1f7dc0820d379546e970d8e2751094f3e28d1c76 (patch)
treed3fa1fd279d0815181784b165be0cfde147ea65d /graphics/sodipodi
parent280082272b5238c6a479d23d1c9533c7a84b9fc6 (diff)
downloadports-1f7dc0820d379546e970d8e2751094f3e28d1c76.tar.gz
ports-1f7dc0820d379546e970d8e2751094f3e28d1c76.zip
Fix a breakage resulted from path to gdk-pixbuf's includes being hardcoded.
Reported by: Mike Harding <mvh@ix.netcom.com> Anders Andersson <anders@codefactory.se>
Notes
Notes: svn path=/head/; revision=49961
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r--graphics/sodipodi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index 89927b2de08f..04270b02a3e0 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -17,7 +17,8 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
+ `gdk-pixbuf-config --cflags`" \
LIBS="-L${LOCALBASE}/lib"
MAN1= sodipodi.1