diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-19 02:14:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-19 02:14:07 +0000 |
commit | c553089ea4725939fc35b23f9d7a7f079ac915b9 (patch) | |
tree | 82a39723ce5485d4b779ae36ebd0610168248613 /sysutils | |
parent | 15e11f6e68155958a57a946c6967eeb89a34c9a6 (diff) | |
download | pkgsrc-c553089ea4725939fc35b23f9d7a7f079ac915b9.tar.gz |
give the package a (much) higher probability to still work on Solaris after
my last change
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/skill/Makefile | 4 | ||||
-rw-r--r-- | sysutils/skill/patches/patch-aa | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/skill/Makefile b/sysutils/skill/Makefile index 3c847ebc67d..1b4ddd9c8cb 100644 --- a/sysutils/skill/Makefile +++ b/sysutils/skill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/02/19 02:03:11 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2000/02/19 02:14:07 wiz Exp $ # # The version number for skill does not match the @P number. # This is normal. @@ -17,7 +17,7 @@ BINMODE= 02555 .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -MAKE_ENV+= OSTYPE=bsd-44 BINGRP=kmem +MAKE_ENV+= OSTYPE=bsd-44 BINGRP=kmem COPTS=-DUVM .elif ${OPSYS} == "SunOS" MAKE_ENV+= OSTYPE=sys-5r4 BINGRP=sys CPPFLAGS= .endif diff --git a/sysutils/skill/patches/patch-aa b/sysutils/skill/patches/patch-aa index 44e579bbf2f..aa0a7e36c59 100644 --- a/sysutils/skill/patches/patch-aa +++ b/sysutils/skill/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.5 2000/02/19 02:03:13 wiz Exp $ +$NetBSD: patch-aa,v 1.6 2000/02/19 02:14:09 wiz Exp $ --- ./Makefile.orig Wed Oct 28 17:20:26 1998 -+++ ./Makefile Sat Feb 19 02:39:40 2000 ++++ ./Makefile Sat Feb 19 03:11:39 2000 @@ -51,22 +51,22 @@ SHELL= /bin/sh @@ -24,7 +24,7 @@ $NetBSD: patch-aa,v 1.5 2000/02/19 02:03:13 wiz Exp $ # CONFIGURE(Config): Add any OS-specific options here. -COPTS= -+COPTS= -DUVM ++#COPTS= -DUVM # CONFIGURE(Config): Add any special libraries your system needs. -LIBS= |