aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-11-12 06:52:49 +0800
committerasami <asami@FreeBSD.org>1998-11-12 06:52:49 +0800
commit1e98842ac2e228de57ed5b996ef076656401b4ae (patch)
tree7a49dd920753bedbcd592ca50e68a6a45a733abe /devel
parentbf7ff66eb3d70f19b14bc6825ef3ca87550e7672 (diff)
downloadfreebsd-ports-gnome-1e98842ac2e228de57ed5b996ef076656401b4ae.tar.gz
freebsd-ports-gnome-1e98842ac2e228de57ed5b996ef076656401b4ae.tar.zst
freebsd-ports-gnome-1e98842ac2e228de57ed5b996ef076656401b4ae.zip
Add -I${LOCALBASE}/include to CFLAGS so this compiles.
Diffstat (limited to 'devel')
-rw-r--r--devel/gide/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gide/Makefile b/devel/gide/Makefile
index 782a96d637aa..57432a7692cd 100644
--- a/devel/gide/Makefile
+++ b/devel/gide/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 Jul 1998
# Whom: rom
#
-# $Id: Makefile,v 1.13 1998/11/06 12:04:27 asami Exp $
+# $Id: Makefile,v 1.14 1998/11/11 17:24:17 vanilla Exp $
#
DISTNAME= gIDE-0.0.11
@@ -20,6 +20,7 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
LIBS="-L${LOCALBASE}/lib"