diff options
author | jdp <jdp@FreeBSD.org> | 2001-09-11 05:37:26 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2001-09-11 05:37:26 +0800 |
commit | e96edca490338258bf5c0dc7e7af86dd54f79ca5 (patch) | |
tree | d33e46b9bc077abd4b06ba0d89f9adaa571231fd /lang | |
parent | d7005ae58fbd47c513a1f5bb0ca90bfbefc3e1bf (diff) | |
download | freebsd-ports-gnome-e96edca490338258bf5c0dc7e7af86dd54f79ca5.tar.gz freebsd-ports-gnome-e96edca490338258bf5c0dc7e7af86dd54f79ca5.tar.zst freebsd-ports-gnome-e96edca490338258bf5c0dc7e7af86dd54f79ca5.zip |
Fix a patch that failed to apply on the Alpha. This patch was
unneeded for the i386, since the post-patch target already
accomplished the same thing by copying a file.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pm3-base/files/patch-l2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pm3-base/files/patch-l2 b/lang/pm3-base/files/patch-l2 index 0e3d04034a22..949e8c15b61c 100644 --- a/lang/pm3-base/files/patch-l2 +++ b/lang/pm3-base/files/patch-l2 @@ -1,5 +1,5 @@ ---- boot-FreeBSD4/m3core/FreeBSD4/RTHeapDepC.c.orig Tue Jun 12 13:53:47 2001 -+++ boot-FreeBSD4/m3core/FreeBSD4/RTHeapDepC.c Tue Jun 12 14:08:44 2001 +--- libs/m3core/src/runtime/FBSD_ALPHA/RTHeapDepC.c.old Thu Jun 1 02:54:33 2000 ++++ libs/m3core/src/runtime/FBSD_ALPHA/RTHeapDepC.c Tue Jun 12 14:07:31 2001 @@ -693,7 +693,9 @@ void *data; { int result; |