summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-10-25 08:13:23 +0000
committertonio <tonio@pkgsrc.org>2005-10-25 08:13:23 +0000
commit15fbd5e2bdf5f98f3c14f1356e65003c639c32a9 (patch)
tree554a8c881ace34940196321418797a2973ff3a79 /lang
parentd26375efd9d1461d6a8c89e7ce35602a9ba5d750 (diff)
downloadpkgsrc-15fbd5e2bdf5f98f3c14f1356e65003c639c32a9.tar.gz
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).
Diffstat (limited to 'lang')
-rw-r--r--lang/ocaml/Makefile4
1 files changed, 2 insertions, 2 deletions
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