summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2022-09-16 19:45:07 +0000
committerhe <he@pkgsrc.org>2022-09-16 19:45:07 +0000
commitedb721174e6a1343a6658e31e2ff15d846f0653e (patch)
tree5b45774cf16aeebd2e733857f2d4f301a3d27b47 /lang
parent5fe2b37a902333446133c89da3851ea7b14c1181 (diff)
downloadpkgsrc-edb721174e6a1343a6658e31e2ff15d846f0653e.tar.gz
lang/smlnj: remove the powerpc nlffi section.
This no longer had any effect, and therefore caused the build to fail. The build and install now succeeds on NetBSD/macppc.
Diffstat (limited to 'lang')
-rw-r--r--lang/smlnj/Makefile16
1 files changed, 1 insertions, 15 deletions
diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile
index e3e0bf74a0a..e35a5d2bec1 100644
--- a/lang/smlnj/Makefile
+++ b/lang/smlnj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/01/26 17:31:32 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2022/09/16 19:45:07 he Exp $
#
DISTNAME= boot.${BOX}-unix
@@ -99,20 +99,6 @@ post-extract:
post-patch:
cd ${WRKDIR}/src && pax -rw runtime ${WRKDIR}/base/
-# Turn of nlffi on powerpc (I guess it doesn't work?)
-#
-# XXX: this switch doesn't work any more as the line in question doesn't
-# exist in the current version. Someone with a PPC build machine,
-# please check it out and either change it to match the file if still
-# needed, or get rid of it.
-.if ${MACHINE_ARCH} == "powerpc"
-SUBST_CLASSES+= nlffi
-SUBST_STAGE.nlffi= pre-configure
-SUBST_MESSAGE.nlffi= Turning off nlffi
-SUBST_FILES.nlffi= config/targets
-SUBST_SED.nlffi= -e '/^request nlffi$$/d'
-.endif # powerpc
-
# resolve definition of SML_BASE
SUBST_CLASSES+= smlbase
SUBST_STAGE.smlbase= pre-configure