diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-20 23:59:27 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-20 23:59:27 +0000 |
commit | 7c94e4a4fd7941107d57f3033b227dc58536552d (patch) | |
tree | fd048f0b7e0ea9fa1c7bcd2924499b7882d1b57e /www/netsurf | |
parent | 5bbdbc3c8f622fca0114a7c3795ec2b4c38ad82f (diff) | |
download | ports-7c94e4a4fd7941107d57f3033b227dc58536552d.tar.gz ports-7c94e4a4fd7941107d57f3033b227dc58536552d.zip |
- Remove "-fgnu89-inline" to pacify gcc 3.x
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=197994
Diffstat (limited to 'www/netsurf')
-rw-r--r-- | www/netsurf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 62c9be8d8f83..09c2787c15b7 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -23,7 +23,6 @@ USE_GMAKE= yes USE_GNOME= libglade2 libxml2 MAKEFILE= makefile ALL_TARGET= gtk -CFLAGS+= -fgnu89-inline WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MAKE_ARGS= CC="${CC}" SYSTEM_CC="${CC}" WARNFLAGS= |