diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-05-01 15:00:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-05-01 15:00:20 +0000 |
commit | 3d65d8cff569a492013584e24c8c5a8bf307642d (patch) | |
tree | b793358244e4e0ac40fb11099962a2637632afae /gnu | |
parent | 9c13d7c9171342e4d772012453d3dcc6b195ef6a (diff) |
Revert 1.49 (bad merge with free dejavu)
Diffstat (limited to 'gnu')
-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 d4f45def2cd..4890bd3e99d 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-5]|vax-*) +alpha-2.[0-8]|mips-2.[0-8]|powerpc-2.[0-7]|m88k-[2-4].*|m88k-5.[0-2]|hppa-3.[0-5]|vax-*) test -z "$usedl" && usedl=$undef ;; *) |