pkgsrc/mail/thunderbird24/hacks.mk
ryoon 193e022a9f Import thunderbird24-24.7.0 as mail/thunderbird24.
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
goal is to produce a cross platform stand alone mail application using
the XUL user interface language. This version uses the gtk2 toolkit.

This package tracks Thunderbird 24 branch.
2014-07-27 05:36:07 +00:00

11 lines
330 B
Makefile

# $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"