summaryrefslogtreecommitdiff
path: root/mail/thunderbird45/hacks.mk
blob: 8630b860405ae0d07f0955b852d798f0ec6312c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: hacks.mk,v 1.1 2017/04/27 13:38:18 ryoon Exp $

# workround for link of thunderbird-bin etc.
LDFLAGS+=	${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA_NAME}

.if ${OPSYS} == "SunOS"
# workaround for strip problems with libxul.so
# https://www.illumos.org/issues/4383
INSTALL_UNSTRIPPED=yes
.endif
.include "../../devel/xulrunner17/hacks.mk"