diff options
author | markm <markm@FreeBSD.org> | 2001-04-11 03:57:49 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-04-11 03:57:49 +0800 |
commit | 3312937d2536a1f716ae2b0472a6f90ea16e56f3 (patch) | |
tree | dd212aa102b4abbb94115bacf87acb4d47ddeb60 /lang/perl5.14/files/patch-ad | |
parent | b8e4b9b777ad0e4b07917a495e1cc8ce408f6406 (diff) | |
download | freebsd-ports-gnome-3312937d2536a1f716ae2b0472a6f90ea16e56f3.tar.gz freebsd-ports-gnome-3312937d2536a1f716ae2b0472a6f90ea16e56f3.tar.zst freebsd-ports-gnome-3312937d2536a1f716ae2b0472a6f90ea16e56f3.zip |
Update for Perl 5.6.1.
As before, this is a "guru only" port. If you know what you are
doing, go ahead and use it. If not - HANDS OFF!
Perl 5.6.1 will be committed to "base" FreeBSD in a week or 2.
Diffstat (limited to 'lang/perl5.14/files/patch-ad')
-rw-r--r-- | lang/perl5.14/files/patch-ad | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/perl5.14/files/patch-ad b/lang/perl5.14/files/patch-ad index 110416dab3da..a31ff2d16466 100644 --- a/lang/perl5.14/files/patch-ad +++ b/lang/perl5.14/files/patch-ad @@ -1,8 +1,8 @@ ---- perl.h.ORIG Thu Jul 30 17:04:42 1998 -+++ perl.h Thu Jul 30 17:06:34 1998 -@@ -361,6 +361,15 @@ - # include <sys/param.h> - #endif +--- perl.h.ORIG Thu Mar 22 07:05:02 2001 ++++ perl.h Tue Apr 10 20:29:46 2001 +@@ -151,6 +151,15 @@ + + */ +/* needed for IAMSUID case for 4.4BSD systems + * XXX there should probably be a Configure variable @@ -14,5 +14,5 @@ +#endif /* !BSD */ +#endif /* !I_SYS_PARAM */ - /* Use all the "standard" definitions? */ - #if defined(STANDARD_C) && defined(I_STDLIB) + class CPerlObj; + |