summaryrefslogtreecommitdiff
path: root/lang/sbcl
diff options
context:
space:
mode:
authorjoerg <joerg>2014-12-01 11:29:26 +0000
committerjoerg <joerg>2014-12-01 11:29:26 +0000
commit89d0b2159308ea1fec32e8c55aae3d17b970aa04 (patch)
treee7a89db5c0439102ab3d5db55cab8f33f991b649 /lang/sbcl
parentabe39bf225add84db587a1874c89fdc5c58b39e6 (diff)
downloadpkgsrc-89d0b2159308ea1fec32e8c55aae3d17b970aa04.tar.gz
Works with IAS now.
Diffstat (limited to 'lang/sbcl')
-rw-r--r--lang/sbcl/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile
index 39a66ee72db..4991612698c 100644
--- a/lang/sbcl/Makefile
+++ b/lang/sbcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2014/10/09 14:06:38 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2014/12/01 11:29:26 joerg Exp $
DISTNAME= ${PKGNAME_NOREV}-source
PKGNAME= sbcl-1.2.0
@@ -71,12 +71,6 @@ 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 ,'
-.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mclang)
-# Missing support for .end
-_WRAP_EXTRA_ARGS.CC+= -no-integrated-as
-.endif
-
.if !empty(MACHINE_PLATFORM:MSunOS-*-i386)
SBCL_ARCH_ARGS= "--arch=x86"
.elif !empty(MACHINE_PLATFORM:MSunOS-*-x86_64)