Compile this library with "-fno-strict-aliasing" to fix PR xsrc/29743
for the reachover build.
This commit is contained in:
parent
426d7d91ef
commit
1d12c069e3
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.9 2005/03/19 21:41:58 christos Exp $
|
# $NetBSD: Makefile,v 1.10 2005/03/21 13:55:25 tron Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -22,6 +22,8 @@ INCSDIR=${X11INCDIR}
|
|||||||
CPPFLAGS+= ${X11FLAGS.THREADS} -DXFREE86_FT2
|
CPPFLAGS+= ${X11FLAGS.THREADS} -DXFREE86_FT2
|
||||||
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/freetype2
|
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/freetype2
|
||||||
|
|
||||||
|
COPTS+= -fno-strict-aliasing
|
||||||
|
|
||||||
.if defined(MKTTINTERP) && ${MKTTINTERP} != "no"
|
.if defined(MKTTINTERP) && ${MKTTINTERP} != "no"
|
||||||
CPPFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER
|
CPPFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user