summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorryoon <ryoon>2016-04-17 10:08:50 +0000
committerryoon <ryoon>2016-04-17 10:08:50 +0000
commitf2ae99f513be09163248346a5ae27f28163a0812 (patch)
treee9df36e121dfe94a12bfbca2aff974cfcae7df44 /mail/thunderbird
parent45b2d972a107591dfa101264be0cc9bd35538017 (diff)
downloadpkgsrc-f2ae99f513be09163248346a5ae27f28163a0812.tar.gz
Do not hardcode COMPILER_RPATH_FLAG
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/hacks.mk b/mail/thunderbird/hacks.mk
index 966a78095b4..438f356d156 100644
--- a/mail/thunderbird/hacks.mk
+++ b/mail/thunderbird/hacks.mk
@@ -1,7 +1,7 @@
-# $NetBSD: hacks.mk,v 1.5 2013/12/13 07:57:25 richard Exp $
+# $NetBSD: hacks.mk,v 1.6 2016/04/17 10:08:50 ryoon Exp $
# workround for link of thunderbird-bin etc.
-LDFLAGS+= -Wl,-R${PREFIX}/lib/thunderbird
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/thunderbird
.if ${OPSYS} == "SunOS"
# workaround for strip problems with libxul.so