pkgsrc/mail/thunderbird/hacks.mk

12 lines
346 B
Makefile
Raw Normal View History

2016-04-17 12:08:50 +02:00
# $NetBSD: hacks.mk,v 1.6 2016/04/17 10:08:50 ryoon Exp $
# workround for link of thunderbird-bin etc.
2016-04-17 12:08:50 +02:00
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/thunderbird
.if ${OPSYS} == "SunOS"
# workaround for strip problems with libxul.so
# https://www.illumos.org/issues/4383
INSTALL_UNSTRIPPED=yes
.endif
2013-05-23 15:14:28 +02:00
.include "../../devel/xulrunner17/hacks.mk"