summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorryoon <ryoon>2012-04-01 15:19:56 +0000
committerryoon <ryoon>2012-04-01 15:19:56 +0000
commit3813f3d5473ca24c9cc2c76c789fe275736af12b (patch)
tree3890a8f6677a2f57ac0297e096bc2333bc70e740 /www
parent6473011db08cf57c6cc49d8b154d2c4963f5d86b (diff)
downloadpkgsrc-3813f3d5473ca24c9cc2c76c789fe275736af12b.tar.gz
Fix build on FreeBSD 9.0.
* Add LDFLAGS.FreeBSD like DragonFly.
Diffstat (limited to 'www')
-rw-r--r--www/firefox/Makefile3
1 files changed, 2 insertions, 1 deletions
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"