Modified: trunk/dports/lang/clisp/Portfile (138998 => 138999)
--- trunk/dports/lang/clisp/Portfile 2015-07-27 06:51:24 UTC (rev 138998)
+++ trunk/dports/lang/clisp/Portfile 2015-07-27 09:13:04 UTC (rev 138999)
@@ -1,3 +1,4 @@
+# -*- mode: tcl; coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -4,7 +5,7 @@
name clisp
version 2.49
-revision 2
+revision 3
categories lang
maintainers easieste openmaintainer
platforms darwin
@@ -37,15 +38,13 @@
use_bzip2 yes
patchfiles patch-src_lispbibl_d.diff
-
if {${os.platform} eq "darwin" && ${os.major} >= 14} {
patchfiles-append patch-src_configure.diff
}
+# Enable a subset of architectures due to inline-asm
+supported_archs ppc i386 x86_64
-# Force 32-bit, inline-asm
-supported_archs ppc i386
-
# Likely a project bug
# TODO: Report upstream and provide a link to the bug report here.
compiler.blacklist *clang*