diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-09 18:18:42 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-09 18:18:42 +0000 |
commit | 005634e722e7e552b87513d433f15e9878014dab (patch) | |
tree | 9285126a19d27c3d9011f1998248ad6f5a04f01a | |
parent | b30707e4885ca231ff72a496671faa7830e8002a (diff) |
proper version chekc for shlibs
-rw-r--r-- | gnu/usr.bin/perl/hints/openbsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh index 4c8708a1615..9c3e0934c93 100644 --- a/gnu/usr.bin/perl/hints/openbsd.sh +++ b/gnu/usr.bin/perl/hints/openbsd.sh @@ -35,7 +35,7 @@ esac # ARCH=`arch | sed 's/^OpenBSD.//'` case "${ARCH}-${osvers}" in -alpha-2.[0-8]|mips-2.[0-8]|powerpc-2.[0-7]|m88k-*|hppa-3.[0-4]|vax-*) +alpha-2.[0-8]|mips-2.[0-8]|powerpc-2.[0-7]|m88k-*|hppa-3.[0-5]|vax-*) test -z "$usedl" && usedl=$undef ;; *) |