pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ocaml make sure that the platforms which don't su...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b428623a7bc
branches:  trunk
changeset: 463421:5b428623a7bc
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Mon Nov 10 23:12:47 2003 +0000

description:
make sure that the platforms which don't support the optizations still
get the base PLIST.  Fixes recently noted problems on alpha bulk builds
that resulted in empty packages.

diffstat:

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

diffs (18 lines):

diff -r 188302cd4104 -r 5b428623a7bc lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Mon Nov 10 17:25:13 2003 +0000
+++ b/lang/ocaml/Makefile       Mon Nov 10 23:12:47 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2003/07/21 16:54:03 martti Exp $
+# $NetBSD: Makefile,v 1.21 2003/11/10 23:12:47 dmcmahill Exp $
 #
 
 DISTNAME=      ocaml-3.06
@@ -39,6 +39,8 @@
 
 .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "sparc")
 PLIST_SRC=     ${PKGDIR}/PLIST.opt ${PKGDIR}/PLIST
+.else
+PLIST_SRC=     ${PKGDIR}/PLIST
 .endif
 
 PTHREAD_OPTS+= native



Home | Main Index | Thread Index | Old Index