From df13ce0aa2ae48be61857dd975d66ff607fbb1f9 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 24 May 2018 19:39:41 +0200 Subject: media-libs/libdc1394: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/8561 --- .../libdc1394/files/libdc1394-2.2.1-includes.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 media-libs/libdc1394/files/libdc1394-2.2.1-includes.patch diff --git a/media-libs/libdc1394/files/libdc1394-2.2.1-includes.patch b/media-libs/libdc1394/files/libdc1394-2.2.1-includes.patch deleted file mode 100644 index db703e9c3718..000000000000 --- a/media-libs/libdc1394/files/libdc1394-2.2.1-includes.patch +++ /dev/null @@ -1,29 +0,0 @@ -Fix out of source builds. -https://bugs.gentoo.org/show_bug.cgi?id=488716 - -Index: libdc1394-2.2.1/dc1394/juju/Makefile.am -=================================================================== ---- libdc1394-2.2.1.orig/dc1394/juju/Makefile.am -+++ libdc1394-2.2.1/dc1394/juju/Makefile.am -@@ -7,7 +7,7 @@ noinst_LTLIBRARIES = libdc1394-juju.la - pkgjujuinclude_HEADERS = - endif - --AM_CFLAGS = -I$(top_srcdir)/dc1394 -+AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/dc1394 - libdc1394_juju_la_SOURCES = \ - control.c \ - capture.c \ -Index: libdc1394-2.2.1/dc1394/usb/Makefile.am -=================================================================== ---- libdc1394-2.2.1.orig/dc1394/usb/Makefile.am -+++ libdc1394-2.2.1/dc1394/usb/Makefile.am -@@ -7,7 +7,7 @@ noinst_LTLIBRARIES = libdc1394-usb.la - pkgusbinclude_HEADERS = - endif - --AM_CFLAGS = -I$(top_srcdir)/dc1394 $(LIBUSB_CFLAGS) -+AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/dc1394 $(LIBUSB_CFLAGS) - libdc1394_usb_la_LIBADD = $(LIBUSB_LIBS) - libdc1394_usb_la_SOURCES = \ - control.c \ -- cgit v1.2.3-65-gdbad