summaryrefslogtreecommitdiff
path: root/security/tct/patches/patch-aj
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-03-01 22:48:05 +0000
committerwiz <wiz@pkgsrc.org>2006-03-01 22:48:05 +0000
commit685774b08cf085155ea80e144b4598def6cb96e0 (patch)
tree84442dff90b209d18462ef81180abeba1f2dc6ec /security/tct/patches/patch-aj
parentff27c7927bd0c5b42f56830805e59e92d8a2eb47 (diff)
downloadpkgsrc-685774b08cf085155ea80e144b4598def6cb96e0.tar.gz
Handle NetBSD-3.x the same as NetBSD-2.x. Fix pkglint warning.
Remove BROKEN_IN.
Diffstat (limited to 'security/tct/patches/patch-aj')
-rw-r--r--security/tct/patches/patch-aj6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/tct/patches/patch-aj b/security/tct/patches/patch-aj
index 1ea709a61ba..f2304a7c993 100644
--- a/security/tct/patches/patch-aj
+++ b/security/tct/patches/patch-aj
@@ -1,8 +1,8 @@
-$NetBSD: patch-aj,v 1.2 2005/01/22 15:59:58 ben Exp $
+$NetBSD: patch-aj,v 1.3 2006/03/01 22:48:06 wiz Exp $
--- src/major_minor/makedefs.orig 2001-10-04 12:46:24.000000000 -0700
+++ src/major_minor/makedefs
-@@ -2,6 +2,10 @@ SYSTEM=`(uname -s) 2>/dev/null`
+@@ -2,6 +2,12 @@ SYSTEM=`(uname -s) 2>/dev/null`
RELEASE=`(uname -r) 2>/dev/null`
case "$SYSTEM.$RELEASE" in
@@ -10,6 +10,8 @@ $NetBSD: patch-aj,v 1.2 2005/01/22 15:59:58 ben Exp $
+ ;;
+ NetBSD.2*) DEFS="-DNETBSD2"
+ ;;
++ NetBSD.3*) DEFS="-DNETBSD2"
++ ;;
FreeBSD.2*) DEFS="-DFREEBSD2"
;;
FreeBSD.3*) DEFS="-DFREEBSD3"