diff options
Diffstat (limited to 'www/netsurf/Makefile')
-rw-r--r-- | www/netsurf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index c58790d3e40..18e0f42a2f8 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2015/11/22 20:21:11 leot Exp $ +# $NetBSD: Makefile,v 1.49 2016/03/04 01:28:02 leot Exp $ -DISTNAME= netsurf-all-3.3 +DISTNAME= netsurf-all-3.4 PKGNAME= ${DISTNAME:S/-all//} -PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source-full/ @@ -25,6 +24,7 @@ MAKE_ENV+= HOST="${MACHINE_GNU_ARCH}--${LOWER_OPSYS}" INSTALLATION_DIRS+= share/netsurf bin BUILDLINK_TRANSFORM+= rm:-Werror +CFLAGS.NetBSD+= -D_NETBSD_SOURCE # needed for strcasestr(3) and strndup(3) .include "../../x11/gtk2/buildlink3.mk" .include "../../devel/gperf/buildlink3.mk" |