From b1b593f20489c18a984ed8d928246c3d071ac386 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 23 Feb 2004 21:07:36 +0000 Subject: Fix build with new gnuregex.h scheme as well as on 4.X i386. Reported by: bento via kris --- devel/gnomebuild/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/gnomebuild') diff --git a/devel/gnomebuild/Makefile b/devel/gnomebuild/Makefile index 64121df..478587c 100644 --- a/devel/gnomebuild/Makefile +++ b/devel/gnomebuild/Makefile @@ -24,6 +24,7 @@ USE_GNOME= gnomeprefix gnomehack gnometarget libgnomeui gnomevfs2 USE_LIBTOOL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-compile-warnings=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lgnuregex" @@ -31,7 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if ${OSVERSION} >= 500000 EXTRA_PATCHES+= ${FILESDIR}/current-src_backends_libgbf_am_gbf-am-project.c -.else +.elif ${ARCH} != "i386" EXTRA_PATCHES+= ${FILESDIR}/stable-src_backends_libgbf_am_gbf-am-project.c .endif -- cgit v1.1