aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-12 06:52:49 +0800
committerSatoshi Asami <asami@FreeBSD.org>1998-11-12 06:52:49 +0800
commitc6004972af2efc954aad0efb36b136b06389dd6b (patch)
treeec120121eb679d908ff4dac88845264ffcacac61 /devel
parent7e59b60c20736070031e2601f6b4a94019fba4e0 (diff)
downloadfreebsd-ports-c6004972af2efc954aad0efb36b136b06389dd6b.tar.gz
freebsd-ports-c6004972af2efc954aad0efb36b136b06389dd6b.tar.zst
freebsd-ports-c6004972af2efc954aad0efb36b136b06389dd6b.zip
Add -I${LOCALBASE}/include to CFLAGS so this compiles.
Notes
Notes: svn path=/head/; revision=14479
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"