pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ocaml Support for profiling on sparc machine is n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5659937d4299
branches:  trunk
changeset: 501638:5659937d4299
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Oct 25 08:13:23 2005 +0000

description:
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:

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

diffs (18 lines):

diff -r 823fbdda6c3e -r 5659937d4299 lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Tue Oct 25 08:03:17 2005 +0000
+++ b/lang/ocaml/Makefile       Tue Oct 25 08:13:23 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index