pkgsrc/lang/perl58/patches/patch-ae
jlam 93b1ad070d Update lang/perl58 to 5.8.1. Changes from version 5.8.0nb2 include:
* Hash Randomisation
* UTF-8 On Filehandles No Longer Activated By Locale
* Single-number v-strings are no longer v-strings before "=>"
* UTF-8 no longer default under UTF-8 locales
* Unsafe signals again available
2003-10-05 07:07:14 +00:00

12 lines
256 B
Text

$NetBSD: patch-ae,v 1.2 2003/10/05 07:07:14 jlam Exp $
--- makedepend.SH.orig Fri Jun 6 23:34:20 2003
+++ makedepend.SH
@@ -84,6 +84,7 @@
case "$osname" in
os2) ;;
netbsd) ;;
+ freebsd) ;;
*) $touch $firstmakefile ;;
esac
fi