[BACK]Return to patch-aa CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / tct / patches

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/security/tct/patches/patch-aa between version 1.3 and 1.4

version 1.3, 2006/03/01 22:48:06 version 1.4, 2015/03/19 08:34:53
Line 1 
Line 1 
 $NetBSD$  $NetBSD$
   
   Recognize NetBSD versions.
   
 --- src/aux/makedefs.orig       2001-10-04 12:34:08.000000000 -0700  --- src/aux/makedefs.orig       2001-10-04 12:34:08.000000000 -0700
 +++ src/aux/makedefs  +++ src/aux/makedefs
 @@ -2,6 +2,12 @@ SYSTEM=`(uname -s) 2>/dev/null`  @@ -2,6 +2,12 @@ SYSTEM=`(uname -s) 2>/dev/null`
Line 10  $NetBSD$
Line 12  $NetBSD$
 +               ;;  +               ;;
 +   NetBSD.2*)  DEFS="-DNETBSD2"  +   NetBSD.2*)  DEFS="-DNETBSD2"
 +               ;;  +               ;;
 +   NetBSD.3*)  DEFS="-DNETBSD2"  +   NetBSD.[3-9]*)      DEFS="-DNETBSD2"
 +               ;;  +               ;;
    FreeBSD.2*)   DEFS="-DFREEBSD2"     FreeBSD.2*)   DEFS="-DFREEBSD2"
                  ;;                   ;;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>