summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-24 19:39:41 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-25 08:42:22 -0400
commitdf13ce0aa2ae48be61857dd975d66ff607fbb1f9 (patch)
tree717a5dacfbd5a104f8af604f4b8a6eecc26bd2d5 /media-libs/libdc1394
parentx11-wm/oroborus: remove unused patch(es) (diff)
downloadgentoo-df13ce0aa2ae48be61857dd975d66ff607fbb1f9.tar.gz
gentoo-df13ce0aa2ae48be61857dd975d66ff607fbb1f9.tar.bz2
gentoo-df13ce0aa2ae48be61857dd975d66ff607fbb1f9.zip
media-libs/libdc1394: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/8561
Diffstat (limited to 'media-libs/libdc1394')
-rw-r--r--media-libs/libdc1394/files/libdc1394-2.2.1-includes.patch29
1 files changed, 0 insertions, 29 deletions
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 \