diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-11 22:52:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-11 22:52:49 +0000 |
commit | c6004972af2efc954aad0efb36b136b06389dd6b (patch) | |
tree | ec120121eb679d908ff4dac88845264ffcacac61 /devel/gide | |
parent | Update 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')
-rw-r--r-- | devel/gide/Makefile | 3 |
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" |