aboutsummaryrefslogtreecommitdiff
path: root/devel/g-wrap
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-05-29 20:52:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-05-29 20:52:20 +0000
commit6eb2e21a15a89117b8c23d236b261c7512ec2214 (patch)
tree8f7c24ac30d55d93743bd743efbeab437e335183 /devel/g-wrap
parent415e48c682afeaa3b57cc50301e3cb9588cae4b3 (diff)
downloadports-6eb2e21a15a89117b8c23d236b261c7512ec2214.tar.gz
ports-6eb2e21a15a89117b8c23d236b261c7512ec2214.zip
Add --disable-Werror to fix the build with GCC 4.2
PR: 113108
Notes
Notes: svn path=/head/; revision=192337
Diffstat (limited to 'devel/g-wrap')
-rw-r--r--devel/g-wrap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index eac34a86be27..02007b9395b1 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -31,6 +31,7 @@ NOT_FOR_ARCHS= ia64
CONFIGURE_TARGET= --build=${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
+CONFIGURE_ARGS= --disable-Werror
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure