From 0837325663e70077825811549f14241bcac13e82 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 4 Feb 2014 00:15:14 +0000 Subject: Fix build with TCL 8.6. Honour system CFLAGS. Bump revision. --- mbone/wbd/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mbone/wbd/Makefile') diff --git a/mbone/wbd/Makefile b/mbone/wbd/Makefile index 20b5709375c..daae82e5c33 100644 --- a/mbone/wbd/Makefile +++ b/mbone/wbd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2014/01/27 21:51:03 wiedi Exp $ +# $NetBSD: Makefile,v 1.12 2014/02/04 00:15:14 joerg Exp $ # DISTNAME= wbd-1.0ucl4 PKGNAME= wbd-1.0p4 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= mbone tk MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/wbd/1.0ucl4/ @@ -18,6 +18,10 @@ NO_CONFIGURE= yes INSTALLATION_DIRS= bin +.include "../../mk/bsd.prefs.mk" +CFLAGS+= -DUSE_INTERP_RESULT +MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} + LDFLAGS.SunOS+= -lsocket -lnsl do-install: -- cgit v1.2.3