summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-03-05 14:34:11 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-03-05 14:34:11 +0000
commited7b091496248c57b0257babb06902c428c08af1 (patch)
treea287cb104917facb24390c17cb6f28db57b5f466 /devel
parent* Usage of OPTIONS and config target for GUI configuration tool (PR 50044). (diff)
Nuke -Werror to prevent the gnuregex->gnu/regex warnings from
erroring out the build.
Notes
Notes: svn path=/head/; revision=103018
Diffstat (limited to 'devel')
-rw-r--r--devel/gtranslator/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile
index 63c3eba61209..7a6dcb2d197d 100644
--- a/devel/gtranslator/Makefile
+++ b/devel/gtranslator/Makefile
@@ -31,5 +31,6 @@ post-patch:
@${REINPLACE_CMD} -e "s|/usr/local/share/gtranslator|${PREFIX}/share/gnome/${PORTNAME}|g; \
s|/usr/local/share/pixmaps|${PREFIX}/share/gnome/pixmaps|g" \
${WRKSRC}/src/defines.h
+ @${REINPLACE_CMD} -e "s|-Werror||" ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>