summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2001-09-10 17:58:35 +0000
committerjason <jason@openbsd.org>2001-09-10 17:58:35 +0000
commitf362f0fc709483563371a2fc22bb3a9b5e8a1b2c (patch)
tree0d1c36176d9d51ee167f9b337f7da6c3a1a7fab9
parentFix the other half. (diff)
downloadwireguard-openbsd-f362f0fc709483563371a2fc22bb3a9b5e8a1b2c.tar.xz
wireguard-openbsd-f362f0fc709483563371a2fc22bb3a9b5e8a1b2c.zip
no shared libs on sparc64 (yet)
-rw-r--r--gnu/usr.bin/perl/hints/openbsd.sh2
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 bc6471c54d1..bae1d6f15bf 100644
--- a/gnu/usr.bin/perl/hints/openbsd.sh
+++ b/gnu/usr.bin/perl/hints/openbsd.sh
@@ -27,7 +27,7 @@ d_setruid=$undef
# Not all platforms support dynamic loading...
#
case "`arch -s`-${osvers}" in
-alpha-2.[0-8]|mips-*|vax-*|powerpc-2.[0-7]|m88k-*)
+alpha-2.[0-8]|mips-*|vax-*|powerpc-2.[0-7]|m88k-*|sparc64-*)
usedl=$undef
;;
*)