This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
setitimer() does not exist in Unicos, despite of what
[perl5.git] / hints / darwin.sh
index 72a9038..ff787fe 100644 (file)
@@ -8,19 +8,24 @@
 ##
 
 # BSD paths
-prefix='/usr/local'; # Built-in perl uses /usr
-siteprefix='/usr/local';
-vendorprefix='/usr/local'; usevendorprefix='define';
-
-# 4BSD uses ${prefix}/share/man, not ${prefix}/man.
-# Don't put man pages in ${prefix}/lib; that's goofy.
-man1dir="${prefix}/share/man/man1";
-man3dir="${prefix}/share/man/man3";
-
-# Where to put modules.
-privlib='/Library/Perl'; # Built-in perl uses /System/Library/Perl
-sitelib='/Library/Perl';
-vendorlib='/Network/Library/Perl';
+case "$prefix" in
+'')    
+       prefix='/usr/local'; # Built-in perl uses /usr
+       siteprefix='/usr/local';
+       vendorprefix='/usr/local'; usevendorprefix='define';
+
+       # 4BSD uses ${prefix}/share/man, not ${prefix}/man.
+       # Don't put man pages in ${prefix}/lib; that's goofy.
+       man1dir="${prefix}/share/man/man1";
+       man3dir="${prefix}/share/man/man3";
+
+       # Where to put modules.
+       # Built-in perl uses /System/Library/Perl
+       privlib='/Library/Perl';
+       sitelib='/Library/Perl';
+       vendorlib='/Network/Library/Perl';
+       ;;
+esac
 
 ##
 # Tool chain settings