diff options
author | tonio <tonio> | 2005-10-25 08:13:23 +0000 |
---|---|---|
committer | tonio <tonio> | 2005-10-25 08:13:23 +0000 |
commit | 4e34e3aa0917b29ca0ec895006a63be9eae72b40 (patch) | |
tree | 554a8c881ace34940196321418797a2973ff3a79 /lang/ocaml | |
parent | f4324ec12de607f80a48ef2283ab0197d6dee1a9 (diff) | |
download | pkgsrc-4e34e3aa0917b29ca0ec895006a63be9eae72b40.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/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 4 |
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 |