diff options
Diffstat (limited to 'net-p2p/hrktorrent/files/patch-vars.mk')
-rw-r--r-- | net-p2p/hrktorrent/files/patch-vars.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net-p2p/hrktorrent/files/patch-vars.mk b/net-p2p/hrktorrent/files/patch-vars.mk deleted file mode 100644 index 5c17c64688c8..000000000000 --- a/net-p2p/hrktorrent/files/patch-vars.mk +++ /dev/null @@ -1,9 +0,0 @@ ---- vars.mk.orig 2008-06-29 16:18:44.000000000 +0200 -+++ vars.mk 2008-06-29 16:18:52.000000000 +0200 -@@ -4,5 +4,5 @@ - OBJ = main.o core.o settings.o utils.o ipfilter.o - OUT = hrktorrent - CXXFLAGS += `pkg-config --cflags libtorrent` --LIBS = `pkg-config --libs libtorrent` -lpthread -+LIBS = `pkg-config --libs libtorrent` -pthread - |