diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-08 13:38:46 +0100 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-01-14 21:32:34 -0500 |
commit | aabc08d6b1eaeab5c2dc886d226d8c7810f63d39 (patch) | |
tree | 2c2936012cd5f92bdf320c7af5ac752eb1ef06bc /net-proxy | |
parent | net-p2p/litecoin-qt: remove unused patch (diff) | |
download | gentoo-aabc08d6b1eaeab5c2dc886d226d8c7810f63d39.tar.gz gentoo-aabc08d6b1eaeab5c2dc886d226d8c7810f63d39.tar.bz2 gentoo-aabc08d6b1eaeab5c2dc886d226d8c7810f63d39.zip |
net-proxy/3proxy: remove unused patch
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/3proxy/files/3proxy-0.6-gentoo.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net-proxy/3proxy/files/3proxy-0.6-gentoo.patch b/net-proxy/3proxy/files/3proxy-0.6-gentoo.patch deleted file mode 100644 index c3c4df4edbcb..000000000000 --- a/net-proxy/3proxy/files/3proxy-0.6-gentoo.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -Nru 3proxy-0.6.orig/Makefile.unix 3proxy-0.6/Makefile.unix ---- 3proxy-0.6.orig/Makefile.unix 2007-04-10 16:29:25.000000000 +0000 -+++ 3proxy-0.6/Makefile.unix 2009-03-24 19:13:09.000000000 +0000 -@@ -12,10 +12,10 @@ - CC = gcc - - # you may need -L/usr/pkg/lib for older NetBSD versions --CFLAGS = -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -+CFLAGS += -Wall -g -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL - COUT = -o - LN = gcc --LDFLAGS = -Wall -O2 -pthread -+LDFLAGS += -Wall -pthread - # -lpthreads may be reuqired on some platforms instead of -pthreads - # -ldl or -lld may be required for some platforms - DCFLAGS = -fpic -@@ -55,4 +55,4 @@ - fi - - allplugins: -- @list='$(PLUGINS)'; for p in $$list; do cp Makefile Makefile.var plugins/$$p; cd plugins/$$p ; make ; cd ../.. ; done -+ @list='$(PLUGINS)'; for p in $$list; do cp Makefile Makefile.var plugins/$$p; cd plugins/$$p ; $(MAKE) ; cd ../.. ; done -diff -Nru 3proxy-0.6.orig/src/stringtable.c 3proxy-0.6/src/stringtable.c ---- 3proxy-0.6.orig/src/stringtable.c 2008-02-03 11:28:24.000000000 +0000 -+++ 3proxy-0.6/src/stringtable.c 2009-03-24 19:12:44.000000000 +0000 -@@ -38,7 +38,7 @@ - /* 24 */ NULL, - #ifndef TPROXY_CONF - #ifndef _WIN32 --/* 25 */ (unsigned char *)"/usr/local/etc/3proxy/3proxy.cfg", -+/* 25 */ (unsigned char *)"/etc/3proxy.cfg", - #else - /* 25 */ (unsigned char *)"3proxy.cfg", - #endif |