blob: 1de4426d2a0ceae18fe638fad49f6ceb58e63afd (
plain)
1
2
3
4
5
6
|
# $NetBSD: hacks.mk,v 1.2 2012/06/12 19:37:49 ryoon Exp $
# workround for link of thunderbird-bin etc.
LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/thunderbird
.include "../../devel/xulrunner/hacks.mk"
|