diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-22 12:35:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-22 12:35:29 +0800 |
commit | 5492cac75f59f84310ad0d4bf6bc7b7ee1fef160 (patch) | |
tree | 9882ab46846b2c9e27f46bf3f4760f4da4c6b01b /x11-toolkits | |
parent | 8568caac644ecb25bde7766d1124728a8843e1d0 (diff) | |
download | freebsd-ports-gnome-5492cac75f59f84310ad0d4bf6bc7b7ee1fef160.tar.gz freebsd-ports-gnome-5492cac75f59f84310ad0d4bf6bc7b7ee1fef160.tar.zst freebsd-ports-gnome-5492cac75f59f84310ad0d4bf6bc7b7ee1fef160.zip |
Disable compiler warnings to fix the build after the recent GNU regex changes
in -CURRENT.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtksourceview/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile index f22110ded108..0fa246375ded 100644 --- a/x11-toolkits/gtksourceview/Makefile +++ b/x11-toolkits/gtksourceview/Makefile @@ -22,6 +22,7 @@ USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui +CONFIGURE_ARGS= --enable-compile-warnings=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lgnuregex" |