pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ocaml fix PLIST for solaris
details: https://anonhg.NetBSD.org/pkgsrc/rev/a789eb09d5b8
branches: trunk
changeset: 519422:a789eb09d5b8
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Mon Oct 02 21:19:22 2006 +0000
description:
fix PLIST for solaris
diffstat:
lang/ocaml/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 45f146882a3e -r a789eb09d5b8 lang/ocaml/Makefile
--- a/lang/ocaml/Makefile Mon Oct 02 21:16:20 2006 +0000
+++ b/lang/ocaml/Makefile Mon Oct 02 21:19:22 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2006/08/26 15:33:28 joerg Exp $
+# $NetBSD: Makefile,v 1.51 2006/10/02 21:19:22 dmcmahill Exp $
.include "Makefile.common"
@@ -14,7 +14,7 @@
###
# Stub libraries for functions missing from base system.
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS"
PLIST_SRC+= ${PKGDIR}/PLIST.stub
.endif
Home |
Main Index |
Thread Index |
Old Index