diff options
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/hacks.mk | 4 |
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 |