diff options
Diffstat (limited to 'net-p2p/lopster/files')
-rw-r--r-- | net-p2p/lopster/files/patch-configure | 11 | ||||
-rw-r--r-- | net-p2p/lopster/files/patch-src::global.c | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/net-p2p/lopster/files/patch-configure b/net-p2p/lopster/files/patch-configure deleted file mode 100644 index 02a20be5228d..000000000000 --- a/net-p2p/lopster/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue May 29 20:42:56 2001 -+++ configure Tue May 29 20:44:40 2001 -@@ -2826,7 +2826,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo diff --git a/net-p2p/lopster/files/patch-src::global.c b/net-p2p/lopster/files/patch-src::global.c deleted file mode 100644 index 9a4e143bb22b..000000000000 --- a/net-p2p/lopster/files/patch-src::global.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/global.c.orig Tue May 29 21:02:46 2001 -+++ src/global.c Tue May 29 21:02:57 2001 -@@ -2734,7 +2734,7 @@ - global.auto_save = NULL; - global.execs = NULL; - global.pings = NULL; -- global.ping_command = strdup("/bin/ping -c 3 $IP"); -+ global.ping_command = strdup("/sbin/ping -c 3 $IP"); - - global.browse_width[0] = 369; - global.browse_width[1] = 80; |