From 733d1c339d754b18ea2cf4195d80bcb3c9f32a64 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 30 Mar 2013 22:07:00 +0000 Subject: 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. --- mail/thunderbird10/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') 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" -- cgit v1.2.3