Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/x11/lib/freetype2 Compile this library with "-fno-strict-ali...



details:   https://anonhg.NetBSD.org/src/rev/087183ec7791
branches:  trunk
changeset: 579679:087183ec7791
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Mar 21 13:55:25 2005 +0000

description:
Compile this library with "-fno-strict-aliasing" to fix PR xsrc/29743
for the reachover build.

diffstat:

 x11/lib/freetype2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 82c67f753167 -r 087183ec7791 x11/lib/freetype2/Makefile
--- a/x11/lib/freetype2/Makefile        Mon Mar 21 13:50:27 2005 +0000
+++ b/x11/lib/freetype2/Makefile        Mon Mar 21 13:55:25 2005 +0000
@@ -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>
 
@@ -22,6 +22,8 @@
 CPPFLAGS+=     ${X11FLAGS.THREADS} -DXFREE86_FT2
 CPPFLAGS+=     -I${DESTDIR}${X11INCDIR}/freetype2
 
+COPTS+=                -fno-strict-aliasing
+
 .if defined(MKTTINTERP) && ${MKTTINTERP} != "no"
 CPPFLAGS+=     -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER
 .endif



Home | Main Index | Thread Index | Old Index