mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
256 B
Makefile
14 lines
256 B
Makefile
# $NetBSD: hacks.mk,v 1.1 2008/01/29 03:37:02 bjs Exp $
|
|
|
|
.if !defined(LIBXT_HACKS_MK)
|
|
LIBXT_HACKS_MK= # defined
|
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if !empty(CC_VERSION:Mgcc-[34]*)
|
|
CFLAGS+= -fno-strict-aliasing
|
|
PKG_HACKS+= no-strict-aliasing
|
|
.endif
|
|
|
|
.endif
|