diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-22 04:35:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-22 04:35:29 +0000 |
commit | 881ce0a088c58c037c0977ce9e35f09f3f4ce197 (patch) | |
tree | 23110c2da525fb87f4b62a65abf1a7623c0b6f6a /x11-toolkits | |
parent | o Update to 2004.02.20a. (diff) |
Disable compiler warnings to fix the build after the recent GNU regex changes
in -CURRENT.
Notes
Notes:
svn path=/head/; revision=101675
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" |