summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron>2013-03-30 22:07:00 +0000
committertron <tron>2013-03-30 22:07:00 +0000
commit733d1c339d754b18ea2cf4195d80bcb3c9f32a64 (patch)
tree139fad540718f3be5c802060a44adbbaa4d55c27 /mail
parente72e2b5cc7faf72441dae7ecbdac0fb6a62075ac (diff)
downloadpkgsrc-733d1c339d754b18ea2cf4195d80bcb3c9f32a64.tar.gz
Use portable "-R" linker option instead of non-portable "-rpath" option.
The "configure" stage now works under Solaris 10 (i386 with GCC 4.5) but the build still fails.
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird10/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird10/Makefile b/mail/thunderbird10/Makefile
index d11a4d91204..cd561e75f6d 100644
--- a/mail/thunderbird10/Makefile
+++ b/mail/thunderbird10/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2013/02/16 11:23:02 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2013/03/30 22:07:00 tron Exp $
#
DISTNAME= thunderbird-${TB_VER}esr.source
@@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --enable-application=mail
ALL_ENV+= MOZILLA_PKG_NAME=thunderbird10
# workround for link of xulrunner-bin etc.
-LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/thunderbird10
+LDFLAGS+= -Wl,-R${PREFIX}/lib/thunderbird10
LDFLAGS.DragonFly= -lplc4 -lplds4 -lnspr4 -lnssutil3
.include "../../mk/bsd.prefs.mk"