diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-24 06:58:44 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-24 06:58:44 +0000 |
commit | ab617e20085c5279417cb0e7cc369f1f0e951825 (patch) | |
tree | 8377c57f115016059e90082bb637dc1ada7ab90d /japanese/perl5/files/patch-aa | |
parent | remove 2 files from PLIST, that actually are created, when running (diff) |
New port:
Perl with Japanese language support, AKA jperl.
Submitted by: sanpei@yy.cs.keio.ac.jp
(Closing PR #2456.)
Notes
Notes:
svn path=/head/; revision=5411
Diffstat (limited to 'japanese/perl5/files/patch-aa')
-rw-r--r-- | japanese/perl5/files/patch-aa | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/japanese/perl5/files/patch-aa b/japanese/perl5/files/patch-aa new file mode 100644 index 000000000000..e17501b21092 --- /dev/null +++ b/japanese/perl5/files/patch-aa @@ -0,0 +1,29 @@ +--- Configure.orig Sat Jan 11 15:16:14 1997 ++++ Configure Sat Jan 11 15:22:42 1997 +@@ -85,11 +85,12 @@ + PATH=.$p_$PATH + export PATH + +-: Sanity checks +-if test ! -t 0; then +- echo "Say 'sh $me', not 'sh <$me'" +- exit 1 +-fi ++#: Sanity checks (Disabled for FreeBSD build - users coming here [ws]ould ++# know what they are doing anyway) ;-) MarkM ++#if test ! -t 0; then ++# echo "Say 'sh $me', not 'sh <$me'" ++# exit 1 ++#fi + + : On HP-UX, large Configure scripts may exercise a bug in /bin/sh + if test -f /hp-ux -a -f /bin/ksh; then +@@ -709,7 +710,7 @@ + : List of libraries we want. + libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' + libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" +-libswanted="$libswanted ucb bsd BSD PW x" ++libswanted="$libswanted ucb bsd BSD PW x xpg4" + : We probably want to search /usr/shlib before most other libraries. + : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. + glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` |