From 3813f3d5473ca24c9cc2c76c789fe275736af12b Mon Sep 17 00:00:00 2001 From: ryoon Date: Sun, 1 Apr 2012 15:19:56 +0000 Subject: Fix build on FreeBSD 9.0. * Add LDFLAGS.FreeBSD like DragonFly. --- www/firefox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 343266fd0ca..fc91e6b88a4 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2012/03/15 08:31:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.101 2012/04/01 15:19:56 ryoon Exp $ .include "../../devel/xulrunner/dist.mk" PKGNAME= firefox-${FIREFOX_VER} @@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --with-system-libxul ALL_ENV+= MOZILLA_PKG_NAME=firefox LDFLAGS.DragonFly= -lplc4 -lnspr4 +LDFLAGS.FreeBSD= -lplc4 -lnspr4 .include "../../devel/xulrunner/mozilla-common.mk" .include "options.mk" -- cgit v1.2.3