pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/smlnj



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Oct 12 19:50:58 UTC 2019

Modified Files:
        pkgsrc/lang/smlnj: Makefile.common

Log Message:
NetBSD/powerpc also needs PLIST.nlffi.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/smlnj/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/smlnj/Makefile.common
diff -u pkgsrc/lang/smlnj/Makefile.common:1.14 pkgsrc/lang/smlnj/Makefile.common:1.15
--- pkgsrc/lang/smlnj/Makefile.common:1.14      Thu Apr 14 21:59:08 2016
+++ pkgsrc/lang/smlnj/Makefile.common   Sat Oct 12 19:50:58 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2016/04/14 21:59:08 dholland Exp $
+# $NetBSD: Makefile.common,v 1.15 2019/10/12 19:50:58 he Exp $
 #
 # used by lang/smlnj/Makefile
 
@@ -40,6 +40,7 @@ BOX=          x86
 PLIST.nlffi=   yes
 .elif ${MACHINE_ARCH} == "powerpc"
 BOX=           ppc
+PLIST.nlffi=   yes
 .elif ${MACHINE_ARCH} == "sparc"
 BOX=           ${MACHINE_ARCH}
 PLIST.nlffi=   yes



Home | Main Index | Thread Index | Old Index