pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ocaml



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Dec 26 08:36:18 UTC 2020

Modified Files:
        pkgsrc/lang/ocaml: Makefile

Log Message:
ocaml: Fix PLIST on 32-bit NetBSD/arm.


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/lang/ocaml/Makefile

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

Modified files:

Index: pkgsrc/lang/ocaml/Makefile
diff -u pkgsrc/lang/ocaml/Makefile:1.140 pkgsrc/lang/ocaml/Makefile:1.141
--- pkgsrc/lang/ocaml/Makefile:1.140    Wed Dec 16 18:25:26 2020
+++ pkgsrc/lang/ocaml/Makefile  Sat Dec 26 08:36:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.140 2020/12/16 18:25:26 he Exp $
+# $NetBSD: Makefile,v 1.141 2020/12/26 08:36:18 nia Exp $
 
 .include "Makefile.common"
 
@@ -51,7 +51,8 @@ PLIST.ocaml-prof=     yes
 # XXX This conditional is not complete.  It should match the
 # conditional in ocaml-x.y.z/configure.
 .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64") || \
-    (${MACHINE_ARCH} == "aarch64") || (${MACHINE_ARCH} == "powerpc")
+    (${MACHINE_ARCH} == "aarch64") || (${MACHINE_ARCH} == "powerpc") || \
+    !empty(MACHINE_ARCH:Mearm*)
 .  if !empty(MACHINE_PLATFORM:MLinux-*-*) || \
       !empty(MACHINE_PLATFORM:MFreeBSD-*-*) || \
       !empty(MACHINE_PLATFORM:MDragonFly-*-*) || \



Home | Main Index | Thread Index | Old Index