diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-16 15:55:15 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-16 15:55:15 +0000 |
commit | 2dccf89d57a3af7bc0bd3c8826c5d62f8da04a75 (patch) | |
tree | fee566f104f75dcd13e5dba2e11ae8948509b65d /lang | |
parent | cc69d7aa7d8a279c32a2798872c1d26d33ad4201 (diff) | |
download | ports-2dccf89d57a3af7bc0bd3c8826c5d62f8da04a75.tar.gz ports-2dccf89d57a3af7bc0bd3c8826c5d62f8da04a75.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc43/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index a361d29fa32e..25bd96fd5a81 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/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} \ |