From 15fbd5e2bdf5f98f3c14f1356e65003c639c32a9 Mon Sep 17 00:00:00 2001 From: tonio Date: Tue, 25 Oct 2005 08:13:23 +0000 Subject: Support for profiling on sparc machine is not available only for netbsd, but supported on SunOS (the failure of bulk build comes from somewhere else). --- lang/ocaml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index e421e08cda2..3b69b912bc3 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2005/10/25 08:03:17 tonio Exp $ +# $NetBSD: Makefile,v 1.41 2005/10/25 08:13:23 tonio Exp $ .include "Makefile.common" @@ -12,7 +12,7 @@ BUILD_TARGET+= opt opt.opt PLIST_SRC= ${PKGDIR}/PLIST.opt . if (${OPSYS} != "Darwin") && \ !(${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "i386") && \ - (${MACHINE_ARCH} != "sparc") + !(${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc") PLIST_SRC+= ${PKGDIR}/PLIST.prof . endif PLIST_SRC+= ${PKGDIR}/PLIST -- cgit v1.2.3