diff options
Diffstat (limited to 'net/btpeer/files/patch-Makefile')
-rw-r--r-- | net/btpeer/files/patch-Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/btpeer/files/patch-Makefile b/net/btpeer/files/patch-Makefile deleted file mode 100644 index ba3d5f073f6c..000000000000 --- a/net/btpeer/files/patch-Makefile +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig Sun Sep 11 04:27:32 2005 -+++ Makefile Sun Sep 25 17:54:42 2005 -@@ -1,11 +1,11 @@ - VERSION = 0.2.1 - - INCLUDE = -I/usr/local/include/Sockets --CFLAGS = -Wall -g -O2 $(INCLUDE) -MD `Sockets-config` -+CFLAGS = -Wall -g -O2 $(INCLUDE) -MD `Sockets-devel-config` - CPPFLAGS = $(CFLAGS) - --LIBS = -L/usr/local/lib -lSockets \ -- -lssl -lcrypto -luuid -lSocketsEx -lpthread -+LIBS = -L/usr/local/lib -lSockets-devel \ -+ -lssl -lcrypto -lSockets-devel -lSocketsEx-devel - - PROGS = newpeer inject - # bstr |