pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mawk mawk configure fails with -ffast-math, so add



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12802a09d516
branches:  trunk
changeset: 463453:12802a09d516
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Nov 11 16:10:36 2003 +0000

description:
mawk configure fails with -ffast-math, so add
CFLAGS:= ${CFLAGS:S/-ffast-math//}
No change on default builds (without -ffast-math)

diffstat:

 lang/mawk/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 65596cf525ec -r 12802a09d516 lang/mawk/Makefile
--- a/lang/mawk/Makefile        Tue Nov 11 15:38:19 2003 +0000
+++ b/lang/mawk/Makefile        Tue Nov 11 16:10:36 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/09/30 21:47:14 seb Exp $
+# $NetBSD: Makefile,v 1.13 2003/11/11 16:10:36 abs Exp $
 #
 
 DISTNAME=       mawk-1.3.3
@@ -14,6 +14,9 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+# mawk configure fails with -ffast-math
+CFLAGS:=       ${CFLAGS:S/-ffast-math//}
+
 .if ${OPSYS} == "SunOS"
 MAKE_ENV+=              CPPFLAGS=
 .endif



Home | Main Index | Thread Index | Old Index