Patch to make this compile on 2.2.1
This commit is contained in:
parent
11796d8e54
commit
69211dac18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8000
7 changed files with 70 additions and 0 deletions
10
lang/perl5.10/files/patch-ae
Normal file
10
lang/perl5.10/files/patch-ae
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- makedepend.SH.orig Mon Sep 8 21:27:36 1997
|
||||
+++ makedepend.SH Mon Sep 8 21:29:04 1997
|
||||
@@ -60,6 +60,7 @@
|
||||
# to be out of date. I don't know if OS/2 has touch, so do this:
|
||||
case "$osname" in
|
||||
os2) ;;
|
||||
+ freebsd) ;;
|
||||
*) $touch $firstmakefile ;;
|
||||
esac
|
||||
fi
|
10
lang/perl5.12/files/patch-ae
Normal file
10
lang/perl5.12/files/patch-ae
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- makedepend.SH.orig Mon Sep 8 21:27:36 1997
|
||||
+++ makedepend.SH Mon Sep 8 21:29:04 1997
|
||||
@@ -60,6 +60,7 @@
|
||||
# to be out of date. I don't know if OS/2 has touch, so do this:
|
||||
case "$osname" in
|
||||
os2) ;;
|
||||
+ freebsd) ;;
|
||||
*) $touch $firstmakefile ;;
|
||||
esac
|
||||
fi
|
10
lang/perl5.14/files/patch-ae
Normal file
10
lang/perl5.14/files/patch-ae
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- makedepend.SH.orig Mon Sep 8 21:27:36 1997
|
||||
+++ makedepend.SH Mon Sep 8 21:29:04 1997
|
||||
@@ -60,6 +60,7 @@
|
||||
# to be out of date. I don't know if OS/2 has touch, so do this:
|
||||
case "$osname" in
|
||||
os2) ;;
|
||||
+ freebsd) ;;
|
||||
*) $touch $firstmakefile ;;
|
||||
esac
|
||||
fi
|
10
lang/perl5.16/files/patch-ae
Normal file
10
lang/perl5.16/files/patch-ae
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- makedepend.SH.orig Mon Sep 8 21:27:36 1997
|
||||
+++ makedepend.SH Mon Sep 8 21:29:04 1997
|
||||
@@ -60,6 +60,7 @@
|
||||
# to be out of date. I don't know if OS/2 has touch, so do this:
|
||||
case "$osname" in
|
||||
os2) ;;
|
||||
+ freebsd) ;;
|
||||
*) $touch $firstmakefile ;;
|
||||
esac
|
||||
fi
|
10
lang/perl5.6/files/patch-ae
Normal file
10
lang/perl5.6/files/patch-ae
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- makedepend.SH.orig Mon Sep 8 21:27:36 1997
|
||||
+++ makedepend.SH Mon Sep 8 21:29:04 1997
|
||||
@@ -60,6 +60,7 @@
|
||||
# to be out of date. I don't know if OS/2 has touch, so do this:
|
||||
case "$osname" in
|
||||
os2) ;;
|
||||
+ freebsd) ;;
|
||||
*) $touch $firstmakefile ;;
|
||||
esac
|
||||
fi
|
10
lang/perl5.8/files/patch-ae
Normal file
10
lang/perl5.8/files/patch-ae
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- makedepend.SH.orig Mon Sep 8 21:27:36 1997
|
||||
+++ makedepend.SH Mon Sep 8 21:29:04 1997
|
||||
@@ -60,6 +60,7 @@
|
||||
# to be out of date. I don't know if OS/2 has touch, so do this:
|
||||
case "$osname" in
|
||||
os2) ;;
|
||||
+ freebsd) ;;
|
||||
*) $touch $firstmakefile ;;
|
||||
esac
|
||||
fi
|
10
lang/perl5/files/patch-ae
Normal file
10
lang/perl5/files/patch-ae
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- makedepend.SH.orig Mon Sep 8 21:27:36 1997
|
||||
+++ makedepend.SH Mon Sep 8 21:29:04 1997
|
||||
@@ -60,6 +60,7 @@
|
||||
# to be out of date. I don't know if OS/2 has touch, so do this:
|
||||
case "$osname" in
|
||||
os2) ;;
|
||||
+ freebsd) ;;
|
||||
*) $touch $firstmakefile ;;
|
||||
esac
|
||||
fi
|
Loading…
Reference in a new issue