diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-22 12:28:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-22 12:28:43 +0800 |
commit | 88076c6d08d021587a080cb727d2827a8f38ad8d (patch) | |
tree | ba9893106b59aedb2b88e1aba94c944a0037e240 /x11-toolkits | |
parent | beff6d3f177bf3c176f13d55a37096e7b95b07f7 (diff) | |
download | marcuscom-ports-88076c6d08d021587a080cb727d2827a8f38ad8d.tar marcuscom-ports-88076c6d08d021587a080cb727d2827a8f38ad8d.tar.gz marcuscom-ports-88076c6d08d021587a080cb727d2827a8f38ad8d.tar.bz2 marcuscom-ports-88076c6d08d021587a080cb727d2827a8f38ad8d.tar.lz marcuscom-ports-88076c6d08d021587a080cb727d2827a8f38ad8d.tar.xz marcuscom-ports-88076c6d08d021587a080cb727d2827a8f38ad8d.tar.zst marcuscom-ports-88076c6d08d021587a080cb727d2827a8f38ad8d.zip |
Disable compile warnings to fix the build with the new GNU regex change
in -CURRENT.
Reported by: nork
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1872 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtksourceview/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile index e1ed13d41..12f96a8a9 100644 --- a/x11-toolkits/gtksourceview/Makefile +++ b/x11-toolkits/gtksourceview/Makefile @@ -21,6 +21,7 @@ USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack lthack libgnome libgnomeprintui +CONFIGURE_ARGS= --enable-compile-warnings=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lgnuregex" diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile index e1ed13d41..12f96a8a9 100644 --- a/x11-toolkits/gtksourceview2/Makefile +++ b/x11-toolkits/gtksourceview2/Makefile @@ -21,6 +21,7 @@ USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack lthack libgnome libgnomeprintui +CONFIGURE_ARGS= --enable-compile-warnings=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lgnuregex" |