pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ocaml NetBSD/powerpc also builds shared libs -- f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7a2b532f92f6
branches: trunk
changeset: 442854:7a2b532f92f6
user: he <he%pkgsrc.org@localhost>
date: Tue Dec 01 23:44:00 2020 +0000
description:
NetBSD/powerpc also builds shared libs -- fix PLIST errors.
diffstat:
lang/ocaml/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 702566562640 -r 7a2b532f92f6 lang/ocaml/Makefile
--- a/lang/ocaml/Makefile Tue Dec 01 23:16:44 2020 +0000
+++ b/lang/ocaml/Makefile Tue Dec 01 23:44:00 2020 +0000
@@ -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 @@
# 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