SYN SYN
[p5sagit/p5-mst-13.2.git] / hints / freebsd.sh
index fd60ba3..0ba6b61 100644 (file)
@@ -86,8 +86,13 @@ case "$osvers" in
        d_setegid='undef'
        d_seteuid='undef'
        ;;
+3.*)
+       usevfork='true'         
+       usemymalloc='n'
+       libswanted=`echo $libswanted | sed 's/ malloc / /'`     
+       ;;
 #
-# Guesses at what will be needed after 2.2
+# Guesses at what will be needed after 3.*
 *)     usevfork='true'
        usemymalloc='n'
        libswanted=`echo $libswanted | sed 's/ malloc / /'`
@@ -179,7 +184,7 @@ $define|true|[yY]*)
        0*|1*|2.0*|2.1*)   cat <<EOM >&4
 I did not know that FreeBSD $osvers supports POSIX threads.
 
-Feel free to tell perlbug@perl.com otherwise.
+Feel free to tell perlbug@perl.org otherwise.
 EOM
              exit 1
              ;;