summaryrefslogtreecommitdiff
path: root/media-gfx/gphoto2/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
commite748ba9741f6540f4675c23e3e37b73e822c13a4 (patch)
tree23dece8beabb3a3d7c6c0273b0eb40b21c62a889 /media-gfx/gphoto2/files
parent908778078736bd36f7a60a2d576d415cb8e000fa (diff)
gentoo resync : 31.05.2021
Diffstat (limited to 'media-gfx/gphoto2/files')
-rw-r--r--media-gfx/gphoto2/files/gphoto2-2.5.26-s-cdk-cdk.h-cdk.h.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/media-gfx/gphoto2/files/gphoto2-2.5.26-s-cdk-cdk.h-cdk.h.patch b/media-gfx/gphoto2/files/gphoto2-2.5.26-s-cdk-cdk.h-cdk.h.patch
deleted file mode 100644
index b68e618cc018..000000000000
--- a/media-gfx/gphoto2/files/gphoto2-2.5.26-s-cdk-cdk.h-cdk.h.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-https://bugs.gentoo.org/679332
-
-diff --git a/configure.ac b/configure.ac
-index ed76a66..b0db85c 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -141,7 +141,7 @@ AC_ARG_WITH([cdk-prefix],AS_HELP_STRING([--with-cdk-prefix=PREFIX],
- if $try_cdk; then
- CPPFLAGS_save="$CPPFLAGS"
- CPPFLAGS="-I$cdk_prefix/include $CPPFLAGS"
-- AC_CHECK_HEADER([cdk/cdk.h], [
-+ AC_CHECK_HEADER([cdk.h], [
- have_cdk=:
- AC_PATH_PROG([CDK_CONFIG], [cdk5-config])
- if test -n "${CDK_CONFIG}"; then
-diff --git a/gphoto2/gphoto2-cmd-config.c b/gphoto2/gphoto2-cmd-config.c
-index 360fd61..c801604 100644
---- a/gphoto2/gphoto2-cmd-config.c
-+++ b/gphoto2/gphoto2-cmd-config.c
-@@ -29,7 +29,7 @@
-
- #include <gphoto2/gphoto2-widget.h>
-
--#include <cdk/cdk.h>
-+#include <cdk.h>
-
- #ifndef MAX
- # define MAX(a, b) ((a) > (b) ? (a) : (b))
---