aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc44
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-06-17 14:48:18 +0800
committeritetcu <itetcu@FreeBSD.org>2009-06-17 14:48:18 +0800
commit58ded6a387046883695d9fce0187514795b82f84 (patch)
tree22cf3d09008b9b112d76b49cfb6a34ae1adac89e /lang/gcc44
parent4b0565ff4f55e747d56c381142e3a83e25a230cc (diff)
downloadfreebsd-ports-gnome-58ded6a387046883695d9fce0187514795b82f84.tar.gz
freebsd-ports-gnome-58ded6a387046883695d9fce0187514795b82f84.tar.zst
freebsd-ports-gnome-58ded6a387046883695d9fce0187514795b82f84.zip
Fix build with custom LOCALBASE
Reported by: QATty Approved by: maintainer (gerald@)
Diffstat (limited to 'lang/gcc44')
-rw-r--r--lang/gcc44/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile
index abc92ce1899e..4eece92a2e4f 100644
--- a/lang/gcc44/Makefile
+++ b/lang/gcc44/Makefile
@@ -59,6 +59,7 @@ WRKSRC= ${WRKDIR}/build
TARGLIB= ${PREFIX}/lib/gcc${SUFFIX}
LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX}
GNU_CONFIGURE= yes
+CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+= --disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \