summaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-12-10 19:26:22 +0000
committerjperkin <jperkin>2013-12-10 19:26:22 +0000
commitc385cb214f6d9ad961c898e29a7926b6900ed4e5 (patch)
tree20fcaef817c4a149683c5e9afbbce6816ae2b654 /lang/ocaml
parent252c18180f195b381a09aee219431ac4fe16a9ce (diff)
downloadpkgsrc-c385cb214f6d9ad961c898e29a7926b6900ed4e5.tar.gz
natdynlink should only be enabled for 64-bit Darwin. Fixes 32-bit build.
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 71c8724c866..16a9b536c6c 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2013/11/01 10:47:50 jaapb Exp $
+# $NetBSD: Makefile,v 1.87 2013/12/10 19:26:22 jperkin Exp $
.include "Makefile.common"
@@ -51,7 +51,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.prof
!empty(MACHINE_PLATFORM:MFreeBSD-*-*) || \
!empty(MACHINE_PLATFORM:MDragonFly-*-*) || \
!empty(MACHINE_PLATFORM:MNetBSD-*-*) || \
- !empty(MACHINE_PLATFORM:MDarwin-*-*)
+ !empty(MACHINE_PLATFORM:MDarwin-*-x86_64)
PLIST_SRC+= ${PKGDIR}/PLIST.natdynlink
. endif
.endif