summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-26 08:35:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-26 08:35:48 +0800
commitf159abeb1a67357193118ea4a741c6fde069298d (patch)
tree9bab8eb3a319029f99586c423405191e60b6cb48 /devel
parent33f1af53d42c2e33e326a89771b411fd6aa7c3f6 (diff)
downloadmarcuscom-ports-f159abeb1a67357193118ea4a741c6fde069298d.tar
marcuscom-ports-f159abeb1a67357193118ea4a741c6fde069298d.tar.gz
marcuscom-ports-f159abeb1a67357193118ea4a741c6fde069298d.tar.bz2
marcuscom-ports-f159abeb1a67357193118ea4a741c6fde069298d.tar.lz
marcuscom-ports-f159abeb1a67357193118ea4a741c6fde069298d.tar.xz
marcuscom-ports-f159abeb1a67357193118ea4a741c6fde069298d.tar.zst
marcuscom-ports-f159abeb1a67357193118ea4a741c6fde069298d.zip
Disable compile warnings to fix the build with the new gnuregex.h in
-CURRENT. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gtranslator/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile
index f0486d944..bdfb9a877 100644
--- a/devel/gtranslator/Makefile
+++ b/devel/gtranslator/Makefile
@@ -22,7 +22,8 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnuregex"
-CONFIGURE_ARGS= --disable-debug
+CONFIGURE_ARGS= --disable-debug \
+ --enable-compile-warnings=no
USE_REINPLACE= yes
MAN1= gtranslator.1 pozilla.sh.1