diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-31 21:49:42 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-31 21:49:42 +0000 |
commit | d4016e64324f0f89cb9d9155d8dd61963ad0ad88 (patch) | |
tree | 13d546f0a44ec459e724cb57eed2ace284fbae37 /graphics/goom | |
parent | Add ${PTHREAD_[CFLAGS|LIBS]} in avahi-qt3.pc to fix other ports' functions. (diff) |
Build with system compiler on CURRENT
Notes
Notes:
svn path=/head/; revision=192497
Diffstat (limited to 'graphics/goom')
-rw-r--r-- | graphics/goom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile index ecb96a2b244e..4881ae72153f 100644 --- a/graphics/goom/Makefile +++ b/graphics/goom/Makefile @@ -20,7 +20,7 @@ USE_AUTOTOOLS= libtool:15 WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|} USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-sdltest --enable-static |