diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-11 23:15:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-11 23:15:51 +0000 |
commit | a79d84215a9fcfcb0ef6cdfe3e165432a7d9e4ab (patch) | |
tree | 4eef6b53273f9fed2e52ddcc10efe7179974f839 /gnu | |
parent | 0f28ab088811752b5678863c621e33d0a6a68e47 (diff) |
enable shared libs on amd64; from drahn
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 7dc0ff6aefd..e025f9b9ab6 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-*|x86_64-*) +alpha-2.[0-8]|mips-2.[0-8]|powerpc-2.[0-7]|m88k-*|hppa-*|vax-*) test -z "$usedl" && usedl=$undef ;; *) |