pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xscreensaver Many of the "hacks" aren't ready for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c07d718b2da4
branches:  trunk
changeset: 463513:c07d718b2da4
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Fri Nov 14 14:58:15 2003 +0000

description:
Many of the "hacks" aren't ready for strict aliasing, so turn it off.

diffstat:

 x11/xscreensaver/Makefile.common |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r e9cdbfd43129 -r c07d718b2da4 x11/xscreensaver/Makefile.common
--- a/x11/xscreensaver/Makefile.common  Fri Nov 14 14:48:26 2003 +0000
+++ b/x11/xscreensaver/Makefile.common  Fri Nov 14 14:58:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.56 2003/09/17 19:41:28 grant Exp $
+# $NetBSD: Makefile.common,v 1.57 2003/11/14 14:58:15 fredb Exp $
 #
 
 DISTNAME=              xscreensaver-4.13
@@ -48,6 +48,10 @@
 .  endif
 .endif
 
+.if (${_CC_IS_GCC} == "YES")
+CFLAGS+=               -fno-strict-aliasing
+.endif
+
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
 USE_PKGSRC_GCC=                # defined
 .endif



Home | Main Index | Thread Index | Old Index