diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-05-19 06:23:17 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-05-19 06:23:17 +0000 |
commit | 1d52de428b2ec3a5ce45928d5933836546499bcd (patch) | |
tree | 35d03e285ac9e1f1c253677966906ec4de10573f /textproc/stardict2/files | |
parent | e7021010551dcc734d6d09ae0df6d0da92c4f3b8 (diff) | |
download | FreeBSD-ports-1d52de428b2ec3a5ce45928d5933836546499bcd.zip FreeBSD-ports-1d52de428b2ec3a5ce45928d5933836546499bcd.tar.gz |
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
Diffstat (limited to 'textproc/stardict2/files')
-rw-r--r-- | textproc/stardict2/files/patch-src::distance.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/stardict2/files/patch-src::distance.cpp b/textproc/stardict2/files/patch-src::distance.cpp new file mode 100644 index 0000000..93345df --- /dev/null +++ b/textproc/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> + |