diff options
author | 2017-01-17 18:43:31 +0100 | |
---|---|---|
committer | 2017-01-18 10:19:24 +0100 | |
commit | 382785f96f15a8f37a8e65f5ebcb1e3c0f80e325 (patch) | |
tree | 550680e7086bf6587856135a2d74c40b0230f39b /net-misc/raccess | |
parent | net-misc/portfwd: remove unused patch (diff) | |
download | gentoo-382785f96f15a8f37a8e65f5ebcb1e3c0f80e325.tar.gz gentoo-382785f96f15a8f37a8e65f5ebcb1e3c0f80e325.tar.bz2 gentoo-382785f96f15a8f37a8e65f5ebcb1e3c0f80e325.zip |
net-misc/raccess: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3516
Diffstat (limited to 'net-misc/raccess')
-rw-r--r-- | net-misc/raccess/files/raccess-0.7-asneeded.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/raccess/files/raccess-0.7-asneeded.patch b/net-misc/raccess/files/raccess-0.7-asneeded.patch deleted file mode 100644 index 3db6945bcc0a..000000000000 --- a/net-misc/raccess/files/raccess-0.7-asneeded.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2009-01-05 19:23:26.671861574 +0100 -+++ src/Makefile.in 2009-01-05 19:23:37.603959062 +0100 -@@ -83,7 +83,7 @@ - detectos.o remote_attack_module.o lookfor.o - raccess_LDADD = $(LDADD) - raccess_DEPENDENCIES = --raccess_LDFLAGS = -lm -+raccess_LDADD = -lm - BINFILES = -DLOCATION_BIN_FILES=\"/usr/lib/raccess\" - CFGFILES = -DLOCATION_CONFIG_FILES=\"@sysconfdir@\" - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(BINFILES) $(CFGFILES) |