aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imlib
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-06 23:53:09 +0800
committersteve <steve@FreeBSD.org>1999-06-06 23:53:09 +0800
commitbef2a47acf3fc3aaaecd55dff55addc34726a4ec (patch)
treec9b5e122f3c9d31d4b9909d529799f32b5bc4fcf /graphics/imlib
parent5b728de9b29d1f70c1fca8dfc604f812fe864489 (diff)
downloadfreebsd-ports-gnome-bef2a47acf3fc3aaaecd55dff55addc34726a4ec.tar.gz
freebsd-ports-gnome-bef2a47acf3fc3aaaecd55dff55addc34726a4ec.tar.zst
freebsd-ports-gnome-bef2a47acf3fc3aaaecd55dff55addc34726a4ec.zip
Add (back) the path to giflib's header files in CPPFLAGS.
Diffstat (limited to 'graphics/imlib')
-rw-r--r--graphics/imlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile
index de66692e60fc..aff026238ad7 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.49 1999/05/27 21:52:21 jkh Exp $
+# $Id: Makefile,v 1.50 1999/05/29 04:01:42 steve Exp $
#
DISTNAME= imlib-1.9.4
@@ -25,7 +25,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"