pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/thunderbird10 Fix build on DragonFly/i386 3.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c14039797578
branches:  trunk
changeset: 604237:c14039797578
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat May 26 16:42:53 2012 +0000

description:
Fix build on DragonFly/i386 3.0.1.
* Add LDFLAGS.DragonFly

diffstat:

 mail/thunderbird10/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1a8033d4edb3 -r c14039797578 mail/thunderbird10/Makefile
--- a/mail/thunderbird10/Makefile       Sat May 26 15:54:02 2012 +0000
+++ b/mail/thunderbird10/Makefile       Sat May 26 16:42:53 2012 +0000
@@ -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 @@
 
 # workround for link of xulrunner-bin etc.
 LDFLAGS+=              -Wl,-rpath,${PREFIX}/lib/thunderbird10
+LDFLAGS.DragonFly=     -lplc4 -lplds4 -lnspr4 -lnssutil3
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index