pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ocaml Stub libraries are built on Darwin/powerpc ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d7368b13d7f
branches:  trunk
changeset: 522034:5d7368b13d7f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Dec 01 04:12:20 2006 +0000

description:
Stub libraries are built on Darwin/powerpc only, not on Darwin/i386.

diffstat:

 lang/ocaml/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8ef67d21e966 -r 5d7368b13d7f lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Thu Nov 30 23:42:57 2006 +0000
+++ b/lang/ocaml/Makefile       Fri Dec 01 04:12:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2006/10/03 21:06:25 adam Exp $
+# $NetBSD: Makefile,v 1.53 2006/12/01 04:12:20 minskim Exp $
 
 .include "Makefile.common"
 
@@ -12,7 +12,7 @@
 ###
 
 # Stub libraries for functions missing from base system.
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS"
+.if !empty(MACHINE_PLATFORM:MDarwin-*-powerpc) || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS"
 PLIST_SRC+=    ${PKGDIR}/PLIST.stub
 .endif
 



Home | Main Index | Thread Index | Old Index