pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox www/firefox: Fix indirect linking issue on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/109a1a613aee
branches:  trunk
changeset: 600675:109a1a613aee
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun Mar 11 12:34:26 2012 +0000

description:
www/firefox: Fix indirect linking issue on DragonFly

More fallout from nss3 update.  Only DragonFly build affected by this commit.

diffstat:

 www/firefox/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4023900f7b5a -r 109a1a613aee www/firefox/Makefile
--- a/www/firefox/Makefile      Sun Mar 11 12:19:44 2012 +0000
+++ b/www/firefox/Makefile      Sun Mar 11 12:34:26 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2012/03/10 03:09:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.99 2012/03/11 12:34:26 marino Exp $
 
 .include "../../devel/xulrunner/dist.mk"
 PKGNAME=       firefox-${FIREFOX_VER}
@@ -18,6 +18,8 @@
 
 ALL_ENV+=              MOZILLA_PKG_NAME=firefox
 
+LDFLAGS.DragonFly=     -lplc4 -lnspr4
+
 .include "../../devel/xulrunner/mozilla-common.mk"
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index