summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-01-06 18:12:32 +0100
committerJoonas Niilola <juippis@gentoo.org>2020-01-29 13:13:36 +0200
commitd3a6e26a0b9943daf31d282948288d76d50d1b87 (patch)
tree409c57e709ad5c744ef861214304d2767d260cee /media-plugins
parentnet-analyzer/nagios-plugins-linux-madrisan: fix build w. -fno-common (diff)
downloadgentoo-d3a6e26a0b9943daf31d282948288d76d50d1b87.tar.gz
gentoo-d3a6e26a0b9943daf31d282948288d76d50d1b87.tar.bz2
gentoo-d3a6e26a0b9943daf31d282948288d76d50d1b87.zip
media-plugins/vdr-wapd: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14269 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-wapd/files/vdr-wapd-0.9-as-needed.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/media-plugins/vdr-wapd/files/vdr-wapd-0.9-as-needed.patch b/media-plugins/vdr-wapd/files/vdr-wapd-0.9-as-needed.patch
deleted file mode 100644
index f37032064ab6..000000000000
--- a/media-plugins/vdr-wapd/files/vdr-wapd-0.9-as-needed.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- wapd-0.9.orig/Makefile 2008-01-16 16:29:10.000000000 +0100
-+++ wapd-0.9/Makefile 2009-10-20 11:32:24.494591965 +0200
-@@ -76,11 +76,11 @@
- all: libvdr-$(PLUGIN).so wappasswd
-
- libvdr-$(PLUGIN).so: $(OBJS)
-- $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
-+ $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@ $(LIBS)
- @cp $@ $(LIBDIR)/$@.$(APIVERSION)
-
- wappasswd: wappasswd.c
-- $(CXX) $(CXXFLAGS) $(LIBS) -o wappasswd wappasswd.c
-+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o wappasswd wappasswd.c $(LIBS)
-
- dist: clean
- @-rm -rf $(TMPDIR)/$(ARCHIVE)