pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/sbcl



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May 22 13:34:43 UTC 2020

Modified Files:
        pkgsrc/lang/sbcl: Makefile

Log Message:
sbcl: Default to C99 compile environment on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/lang/sbcl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/sbcl/Makefile
diff -u pkgsrc/lang/sbcl/Makefile:1.86 pkgsrc/lang/sbcl/Makefile:1.87
--- pkgsrc/lang/sbcl/Makefile:1.86      Tue May 12 17:05:33 2020
+++ pkgsrc/lang/sbcl/Makefile   Fri May 22 13:34:43 2020
@@ -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_CLASSES+=                      fix-bins
 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