summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-05-26 16:42:53 +0000
committerryoon <ryoon@pkgsrc.org>2012-05-26 16:42:53 +0000
commitc43eb05dc0f476273e9a00aadbc8900fe4a6b268 (patch)
treecf94bea4ce6493f0b1bcbb8215fa7b258d6f21c0 /mail
parent690b827e8b0f217acbfaa22ba888a1081767bfa0 (diff)
downloadpkgsrc-c43eb05dc0f476273e9a00aadbc8900fe4a6b268.tar.gz
Fix build on DragonFly/i386 3.0.1.
* Add LDFLAGS.DragonFly
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird10/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/thunderbird10/Makefile b/mail/thunderbird10/Makefile
index 0d7d337f9bc..1497f02006c 100644
--- a/mail/thunderbird10/Makefile
+++ b/mail/thunderbird10/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/05/04 00:08:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2012/05/26 16:42:53 ryoon Exp $
#
DISTNAME= thunderbird-${TB_VER}esr.source
@@ -28,6 +28,7 @@ ALL_ENV+= MOZILLA_PKG_NAME=thunderbird10
# workround for link of xulrunner-bin etc.
LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/thunderbird10
+LDFLAGS.DragonFly= -lplc4 -lplds4 -lnspr4 -lnssutil3
.include "../../mk/bsd.prefs.mk"