pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/flex
Module Name: pkgsrc
Committed By: maya
Date: Mon Jul 24 14:34:50 UTC 2017
Modified Files:
pkgsrc/devel/flex: Makefile
Log Message:
flex: add workaround for netbsd-8 which segfaults during the build
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/flex/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/flex/Makefile
diff -u pkgsrc/devel/flex/Makefile:1.59 pkgsrc/devel/flex/Makefile:1.60
--- pkgsrc/devel/flex/Makefile:1.59 Mon Jul 24 14:19:06 2017
+++ pkgsrc/devel/flex/Makefile Mon Jul 24 14:34:49 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2017/07/24 14:19:06 jakllsch Exp $
+# $NetBSD: Makefile,v 1.60 2017/07/24 14:34:49 maya Exp $
DISTNAME= flex-2.6.4
CATEGORIES= devel lang
@@ -29,6 +29,9 @@ CFLAGS.AIX+= -D_LINUX_SOURCE_COMPAT
LDFLAGS.SCO_SV+= -lsocket
.endif
+# https://github.com/westes/flex/issues/219
+CONFIGURE_ENV.NetBSD+= ac_cv_func_reallocarray=no
+
#.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
USE_LANGUAGES= c c++
USE_TOOLS+= bash:build
Home |
Main Index |
Thread Index |
Old Index