pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/sbcl Avoid hardcoded ggrep on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ffee0791544
branches: trunk
changeset: 648718:7ffee0791544
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Mar 17 14:23:34 2015 +0000
description:
Avoid hardcoded ggrep on SunOS.
diffstat:
lang/sbcl/Makefile | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r 3e370703bb55 -r 7ffee0791544 lang/sbcl/Makefile
--- a/lang/sbcl/Makefile Tue Mar 17 14:14:43 2015 +0000
+++ b/lang/sbcl/Makefile Tue Mar 17 14:23:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2015/03/10 20:50:37 asau Exp $
+# $NetBSD: Makefile,v 1.59 2015/03/17 14:23:34 jperkin Exp $
DISTNAME= ${PKGNAME_NOREV}-source
PKGNAME= sbcl-1.2.9
@@ -65,11 +65,12 @@
SUBST_FILES.fix-gtar= contrib/asdf-install/installer.lisp
SUBST_SED.fix-gtar= -e 's,@GTAR@,${GTAR},'
-SUBST_CLASSES+= fix-nm
-SUBST_STAGE.fix-nm= pre-configure
-SUBST_FILES.fix-nm= src/runtime/Config.x86-64-sunos
-SUBST_FILES.fix-nm+= src/runtime/Config.x86-sunos
-SUBST_SED.fix-nm= -e 's,nm ,/usr/bin/nm ,'
+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_SED.fix-bins= -e 's,nm ,/usr/bin/nm ,'
+SUBST_SED.fix-bins+= -e 's,ggrep,grep,'
.if !empty(MACHINE_PLATFORM:MSunOS-*-i386)
SBCL_ARCH_ARGS= "--arch=x86"
Home |
Main Index |
Thread Index |
Old Index