diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-25 18:16:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-25 18:16:18 +0000 |
commit | be7c26949fee97a1a5c7fbb1cbc8d5a72bb4fdb6 (patch) | |
tree | 7346fbab987586cd1d263e91a6df7879cb3d57d1 | |
parent | High Performance Computing Linpack Benchmark (diff) |
Disable compile warnings to fix build with the new gnuregex.h.
-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 fb1e8b9d4875..63c3eba61209 100644 --- a/devel/gtranslator/Makefile +++ b/devel/gtranslator/Makefile @@ -20,7 +20,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 |