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:   he
Date:           Wed Dec 16 18:25:26 UTC 2020

Modified Files:
        pkgsrc/lang/ocaml: Makefile

Log Message:
Fix PLIST failures on NetBSD/powerpc.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 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.139 pkgsrc/lang/ocaml/Makefile:1.140
--- pkgsrc/lang/ocaml/Makefile:1.139    Thu Dec 10 16:17:55 2020
+++ pkgsrc/lang/ocaml/Makefile  Wed Dec 16 18:25:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.139 2020/12/10 16:17:55 wiz Exp $
+# $NetBSD: Makefile,v 1.140 2020/12/16 18:25:26 he Exp $
 
 .include "Makefile.common"
 
@@ -51,11 +51,11 @@ 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} == "aarch64") || (${MACHINE_ARCH} == "powerpc")
 .  if !empty(MACHINE_PLATFORM:MLinux-*-*) || \
       !empty(MACHINE_PLATFORM:MFreeBSD-*-*) || \
       !empty(MACHINE_PLATFORM:MDragonFly-*-*) || \
-      (!empty(MACHINE_PLATFORM:MNetBSD-*-*) && empty(MACHINE_PLATFORM:MNetBSD-*-powerpc)) || \
+      !empty(MACHINE_PLATFORM:MNetBSD-*-*) || \
       !empty(MACHINE_PLATFORM:MDarwin-*-*) || \
       !empty(MACHINE_PLATFORM:MSunOS-*-*)
 PLIST.ocaml-nat=       yes



Home | Main Index | Thread Index | Old Index