diff options
author | he <he@pkgsrc.org> | 2022-09-16 19:53:44 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2022-09-16 19:53:44 +0000 |
commit | ff35a01ba7100a1cd979e48ee0225ad47e6dac6a (patch) | |
tree | a709e37cdd2c5a970fd7f634ea7153869b8ec686 /lang | |
parent | edb721174e6a1343a6658e31e2ff15d846f0653e (diff) | |
download | pkgsrc-ff35a01ba7100a1cd979e48ee0225ad47e6dac6a.tar.gz |
lang/smlnj11072: remove no longer needed powerpc nlffi section.
This now caused the build to fail, and the build and install
now succeeds on NetBSD/macppc.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/smlnj11072/Makefile | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/lang/smlnj11072/Makefile b/lang/smlnj11072/Makefile index 20416c1a3a7..b7c31755c12 100644 --- a/lang/smlnj11072/Makefile +++ b/lang/smlnj11072/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2020/01/26 17:31:32 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2022/09/16 19:53:44 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 |