3ffd6fec3b
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 38 ESR branch.
11 lines
350 B
Makefile
11 lines
350 B
Makefile
# $NetBSD: hacks.mk,v 1.1 2016/04/17 18:22:21 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"
|