This local patch should longer be needed with the removal of m68k.

OK?
Index: hints/openbsd.sh
===================================================================
RCS file: /cvs/src/gnu/usr.bin/perl/hints/openbsd.sh,v
retrieving revision 1.49
diff -u -p -u -r1.49 openbsd.sh
--- hints/openbsd.sh    24 Mar 2014 15:05:27 -0000      1.49
+++ hints/openbsd.sh    31 May 2014 22:59:30 -0000
@@ -11,6 +11,11 @@
 # OpenBSD has a better malloc than perl...
 test "$usemymalloc" || usemymalloc='n'
 
+# malloc wrap works
+case "$usemallocwrap" in
+'') usemallocwrap='define' ;;
+esac
+
 # Currently, vfork(2) is not a real win over fork(2).
 usevfork="$undef"
 
@@ -74,14 +79,6 @@ case "$osvers" in
        i_dbm=$undef
        ;;
 esac
-
-# malloc wrap causes problems on m68k
-if [ X"$usemallocwrap" = X"" ]; then
-       case "${ARCH}" in
-       m68k) usemallocwrap="$undef" ;;
-       *)    usemallocwrap="define" ;;
-       esac
-fi
 
 # OpenBSD doesn't need libcrypt but many folks keep a stub lib
 # around for old NetBSD binaries.

Reply via email to