1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Disable compiler warnings to fix the build after the recent GNU regex changes

in -CURRENT.
This commit is contained in:
Joe Marcus Clarke 2004-02-22 04:35:29 +00:00
parent aea70146b7
commit 881ce0a088
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101675

View File

@ -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"