Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sbcl sbcl: Default to C99 compile environment on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15b4164dc8a3
branches:  trunk
changeset: 432463:15b4164dc8a3
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri May 22 13:34:43 2020 +0000

description:
sbcl: Default to C99 compile environment on SunOS.

diffstat:

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

diffs (21 lines):

diff -r d7d1dd9c9b0b -r 15b4164dc8a3 lang/sbcl/Makefile
--- a/lang/sbcl/Makefile        Fri May 22 12:43:52 2020 +0000
+++ b/lang/sbcl/Makefile        Fri May 22 13:34:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2020/05/12 17:05:33 rillig Exp $
+# $NetBSD: Makefile,v 1.87 2020/05/22 13:34:43 jperkin Exp $
 
 DISTNAME=              ${PKGNAME_NOREV}-source
 PKGNAME=               sbcl-1.5.7
@@ -64,8 +64,11 @@
 SUBST_STAGE.fix-bins=          pre-configure
 SUBST_FILES.fix-bins=          src/runtime/Config.x86-64-sunos
 SUBST_FILES.fix-bins+=         src/runtime/Config.x86-sunos
+SUBST_FILES.fix-bins+=         contrib/asdf-module.mk
 SUBST_SED.fix-bins=            -e 's,nm ,/usr/bin/nm ,'
 SUBST_SED.fix-bins+=           -e 's,ggrep,grep,'
+SUBST_SED.fix-bins+=           -e 's,=199506L,=200112L,'
+SUBST_SED.fix-bins+=           -e 's,=500,=600,'
 
 .if defined(TOOLS_PLATFORM.paxctl)
 SBCL_PAXCTL=   ${PAXCTL} +m



Home | Main Index | Thread Index | Old Index