mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
12 lines
332 B
Makefile
12 lines
332 B
Makefile
# $NetBSD: hacks.mk,v 1.5 2013/12/13 07:57:25 richard 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"
|