diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-12 12:40:07 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-12 12:40:07 +0800 |
commit | 32d56fc846133fa3034f8f1d8e0fc47a56b3a12a (patch) | |
tree | 74062c340f1def17aafdf7a98333fec5c7f18c6f /russian/prawda/files/patch-src-trans-slowo3.cpp | |
parent | 2153e7ec8893194438d896aeaefefd374c639970 (diff) | |
download | freebsd-ports-gnome-32d56fc846133fa3034f8f1d8e0fc47a56b3a12a.tar.gz freebsd-ports-gnome-32d56fc846133fa3034f8f1d8e0fc47a56b3a12a.tar.zst freebsd-ports-gnome-32d56fc846133fa3034f8f1d8e0fc47a56b3a12a.zip |
[ maintainer ] russian/prawda: try to fix build on 6.x/i386 and 6.x/sparc64
Attemt to fix build on 6.x/i386 and 6.x/sparc64.
Added files:
files/patch-src-trans-slowo3.cpp
files/patch-src-trans-slowo3.h
PR: ports/75724
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Diffstat (limited to 'russian/prawda/files/patch-src-trans-slowo3.cpp')
-rw-r--r-- | russian/prawda/files/patch-src-trans-slowo3.cpp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/russian/prawda/files/patch-src-trans-slowo3.cpp b/russian/prawda/files/patch-src-trans-slowo3.cpp new file mode 100644 index 000000000000..65e4521aef65 --- /dev/null +++ b/russian/prawda/files/patch-src-trans-slowo3.cpp @@ -0,0 +1,24 @@ +--- src/trans/slowo3.cpp.orig Sat Jul 31 23:59:35 2004 ++++ src/trans/slowo3.cpp Sun Jan 2 19:38:38 2005 +@@ -7,7 +7,6 @@ + /***************************************************************************/ + + # include <stdio.h> +-# include <malloc.h> + # include <string.h> + # include <stdlib.h> + +@@ -1516,13 +1515,6 @@ + t_sTree * t_Slowo3 :: tree( long i_tree ) + { + return &Tree[i_tree] ; +-} +-/***************************************************************************/ +-// +-/***************************************************************************/ +-t_sStruct * t_Slowo3 :: sstruct( long i_struct ) +-{ +- return &Struct[i_struct] ; + } + /***************************************************************************/ + // дать переводимую структуру |