Files
pkgsrc-ng/mail/thunderbird/hacks.mk
2016-11-18 22:39:22 +01:00

12 lines
350 B
Makefile

# $NetBSD: hacks.mk,v 1.7 2016/04/17 18:33:50 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"