summaryrefslogtreecommitdiff
path: root/media-libs/libdc1394/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
commit22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (patch)
tree808b5701901fb54b53ec3ecf6f33272e933f3ea6 /media-libs/libdc1394/files
parent91c0ec2d7067f6ab1ef578bd9967b32ca07eb502 (diff)
gentoo resync : 25.05.2018
Diffstat (limited to 'media-libs/libdc1394/files')
-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 \