diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-06-16 23:55:15 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-06-16 23:55:15 +0800 |
commit | b85def5d566d54b37aa958bb7dda6446453ac82b (patch) | |
tree | 224345d421ce58686cf29a4615c12c0c63bf66a4 | |
parent | 3ea3d0713c07e9484963d07baa51e2c15875a754 (diff) | |
download | freebsd-ports-gnome-b85def5d566d54b37aa958bb7dda6446453ac82b.tar.gz freebsd-ports-gnome-b85def5d566d54b37aa958bb7dda6446453ac82b.tar.zst freebsd-ports-gnome-b85def5d566d54b37aa958bb7dda6446453ac82b.zip |
Fix build with custom LOCALBASE
Approved by: maintainer gerald@)
-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} \ |