2013-09-26 17:14:40 +02:00

7 lines
219 B
Makefile

# $NetBSD: hacks.mk,v 1.1 2012/07/09 16:42:37 bsiegert Exp $
# gcc in MirBSD does not recognize these options
.if ${OPSYS} == "MirBSD"
BUILDLINK_TRANSFORM+= rm:-fvisibility=hidden rm:-fvisibility-inlines-hidden
.endif