diff options
Diffstat (limited to 'net-p2p/linuxdcpp/files/patch-disable_binreloc')
-rw-r--r-- | net-p2p/linuxdcpp/files/patch-disable_binreloc | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net-p2p/linuxdcpp/files/patch-disable_binreloc b/net-p2p/linuxdcpp/files/patch-disable_binreloc deleted file mode 100644 index e3d1150..0000000 --- a/net-p2p/linuxdcpp/files/patch-disable_binreloc +++ /dev/null @@ -1,34 +0,0 @@ ---- linux/SConstruct.orig Mon Aug 21 12:20:32 2006 -+++ linux/SConstruct Mon Aug 21 12:20:57 2006 -@@ -9,7 +9,6 @@ - 'hashdialog.cc', - 'hub.cc', - 'mainwindow.cc', -- 'prefix.cc', - 'privatemessage.cc', - 'publichubs.cc', - 'search.cc', ---- linux/wulformanager.cc.orig Mon Aug 21 12:20:40 2006 -+++ linux/wulformanager.cc Mon Aug 21 12:21:31 2006 -@@ -24,7 +24,6 @@ - #include "func.hh" - #include "hashdialog.hh" - #include "hub.hh" --#include "prefix.hh" - #include "privatemessage.hh" - #include "publichubs.hh" - #include "search.hh" -@@ -299,13 +298,7 @@ - - string WulforManager::getPath() - { --#ifdef _DATADIR - string ret = string(_DATADIR) + PATH_SEPARATOR_STR + "ldcpp"; --#else -- char *temp = br_extract_dir(SELFPATH); -- string ret = string(temp); -- free(temp); --#endif - return ret; - } - |