mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
7 lines
219 B
Makefile
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
|