summaryrefslogtreecommitdiff
path: root/devel/gide/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-11 22:52:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-11 22:52:49 +0000
commitc6004972af2efc954aad0efb36b136b06389dd6b (patch)
treeec120121eb679d908ff4dac88845264ffcacac61 /devel/gide/Makefile
parentUpdate to 0.40.13. (diff)
Add -I${LOCALBASE}/include to CFLAGS so this compiles.
Notes
Notes: svn path=/head/; revision=14479
Diffstat (limited to 'devel/gide/Makefile')
-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"