Sun Apr 17 10:08:51 2016 UTC ()
Do not hardcode COMPILER_RPATH_FLAG


(ryoon)
diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/hacks.mk

cvs diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/Attic/hacks.mk (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/Attic/hacks.mk 2013/12/13 07:57:25 1.5
+++ pkgsrc/mail/thunderbird/Attic/hacks.mk 2016/04/17 10:08:50 1.6
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1# $NetBSD: hacks.mk,v 1.5 2013/12/13 07:57:25 richard Exp $ 1# $NetBSD: hacks.mk,v 1.6 2016/04/17 10:08:50 ryoon Exp $
2 2
3# workround for link of thunderbird-bin etc. 3# workround for link of thunderbird-bin etc.
4LDFLAGS+= -Wl,-R${PREFIX}/lib/thunderbird 4LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/thunderbird
5 5
6.if ${OPSYS} == "SunOS" 6.if ${OPSYS} == "SunOS"
7# workaround for strip problems with libxul.so 7# workaround for strip problems with libxul.so
8# https://www.illumos.org/issues/4383 8# https://www.illumos.org/issues/4383
9INSTALL_UNSTRIPPED=yes 9INSTALL_UNSTRIPPED=yes
10.endif 10.endif
11.include "../../devel/xulrunner17/hacks.mk" 11.include "../../devel/xulrunner17/hacks.mk"