diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-05-19 06:23:17 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-05-19 06:23:17 +0000 |
commit | 1887dbec7f5a87a71988de76d115cbec75118421 (patch) | |
tree | c6a688517697904e34b663a545d4e05061ebb2cc /chinese/stardict2/files/patch-src::distance.cpp | |
parent | Update to version 0.40. (diff) |
o remove all LIB_DEPENDS, replace with USE_GNOME
o add patch files/patch-src::distance.cpp
o add CONFIGURE_ENV for ${LOCALBASE}/{include|lib}
o fix build problem on 5.1
PR: ports/52199
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=81339
Diffstat (limited to 'chinese/stardict2/files/patch-src::distance.cpp')
-rw-r--r-- | chinese/stardict2/files/patch-src::distance.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/stardict2/files/patch-src::distance.cpp b/chinese/stardict2/files/patch-src::distance.cpp new file mode 100644 index 000000000000..93345df6279c --- /dev/null +++ b/chinese/stardict2/files/patch-src::distance.cpp @@ -0,0 +1,11 @@ +--- src/distance.cpp.orig Wed May 14 01:25:59 2003 ++++ src/distance.cpp Wed May 14 01:26:12 2003 +@@ -35,7 +35,7 @@ + #include "distance.h" + + #include <stdlib.h> +-#include <malloc.h> ++//#include <malloc.h> + #include <string.h> + //#include <stdio.h> + |