diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-17 14:48:18 +0800 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-17 14:48:18 +0800 |
commit | 64f1af1c043a6e46c05d1c53472696a9176fd411 (patch) | |
tree | 2f0f906fd672115b0376cafc8df0a3223c28040f /lang/gcc44/Makefile | |
parent | 2bfded6c777eb45ce8c7777df3420dc88db75212 (diff) | |
download | freebsd-ports-gnome-64f1af1c043a6e46c05d1c53472696a9176fd411.tar.gz freebsd-ports-gnome-64f1af1c043a6e46c05d1c53472696a9176fd411.tar.zst freebsd-ports-gnome-64f1af1c043a6e46c05d1c53472696a9176fd411.zip |
Fix build with custom LOCALBASE
Reported by: QATty
Approved by: maintainer (gerald@)
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r-- | lang/gcc44/Makefile | 1 |
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} \ |