diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-26 08:35:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-26 08:35:48 +0800 |
commit | f159abeb1a67357193118ea4a741c6fde069298d (patch) | |
tree | 9bab8eb3a319029f99586c423405191e60b6cb48 /devel | |
parent | 33f1af53d42c2e33e326a89771b411fd6aa7c3f6 (diff) | |
download | marcuscom-ports-f159abeb1a67357193118ea4a741c6fde069298d.tar.gz 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/Makefile | 3 |
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 |