diff options
author | ryoon <ryoon> | 2012-05-26 16:42:53 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-05-26 16:42:53 +0000 |
commit | 87d05a568145d17e7cd76f71e37eda11f14eda4c (patch) | |
tree | cf94bea4ce6493f0b1bcbb8215fa7b258d6f21c0 /mail | |
parent | 319b8fa88064f6594c16bed83fefe7b19159913c (diff) | |
download | pkgsrc-87d05a568145d17e7cd76f71e37eda11f14eda4c.tar.gz |
Fix build on DragonFly/i386 3.0.1.
* Add LDFLAGS.DragonFly
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird10/Makefile | 3 |
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" |