summaryrefslogtreecommitdiff
path: root/mail/thunderbird24/hacks.mk
blob: c7a14f02308ec2869c129254604cd51d7b2a3d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: hacks.mk,v 1.1 2014/07/27 05:36:07 ryoon Exp $

# workround for link of thunderbird-bin etc.
LDFLAGS+=	-Wl,-R${PREFIX}/lib/thunderbird

.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"