pkgsrc/audio/celt/hacks.mk
rillig b49e05bea1 audio: align variable assignments and directives
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 21:09:12 +00:00

14 lines
309 B
Makefile

# $NetBSD: hacks.mk,v 1.2 2019/11/02 21:09:13 rillig Exp $
#
.if !defined(CELT_HACKS_MK)
CELT_HACKS_MK= # empty
.include "../../mk/compiler.mk"
###
### XXX Remove this if unneeded in the future.
###
.if !empty(CC_VERSION:Mgcc-[34]*)
CFLAGS+= -fno-strict-aliasing
PKG_HACKS+= no-strict-aliasing
.endif
.endif