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: Tue Dec 1 23:44:00 UTC 2020
Modified Files:
pkgsrc/lang/ocaml: Makefile
Log Message:
NetBSD/powerpc also builds shared libs -- fix PLIST errors.
To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 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.135 pkgsrc/lang/ocaml/Makefile:1.136
--- pkgsrc/lang/ocaml/Makefile:1.135 Sat Apr 11 08:25:20 2020
+++ pkgsrc/lang/ocaml/Makefile Tue Dec 1 23:44:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2020/04/11 08:25:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.136 2020/12/01 23:44:00 he Exp $
.include "Makefile.common"
@@ -54,11 +54,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