diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-01-30 03:03:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-01-30 03:03:10 +0000 |
commit | fb7dfcf89fbab1cd6c3009932d835c8d88c02095 (patch) | |
tree | af48ebcac06c8b952deb2dc593ee80a62f6f68d0 /gnu/usr.bin | |
parent | c028ad56c9ec86d3bc1b8b52e5531583d26b3535 (diff) |
no shlibs yet
Diffstat (limited to 'gnu/usr.bin')
-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 e025f9b9ab6..7dc0ff6aefd 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-*|vax-*) +alpha-2.[0-8]|mips-2.[0-8]|powerpc-2.[0-7]|m88k-*|hppa-*|vax-*|x86_64-*) test -z "$usedl" && usedl=$undef ;; *) |