diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-05-05 10:08:16 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-05-05 13:22:03 +0000 |
commit | 1e744ea35ec31acdce2fe3b423cd6ca2bf262efc (patch) | |
tree | d4c094750582c31b3944964f1dab7646318c9e24 /community/corebird/disable-gst-check.patch | |
parent | 038e3056094ba6fa0ad2bb0c88a6b193d123e464 (diff) | |
download | aports-1e744ea35ec31acdce2fe3b423cd6ca2bf262efc.tar.bz2 aports-1e744ea35ec31acdce2fe3b423cd6ca2bf262efc.tar.xz |
community/corebird: upgrade to 1.5, modernize APKBUILD
Diffstat (limited to 'community/corebird/disable-gst-check.patch')
-rw-r--r-- | community/corebird/disable-gst-check.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/corebird/disable-gst-check.patch b/community/corebird/disable-gst-check.patch new file mode 100644 index 0000000000..a6b9d2cde2 --- /dev/null +++ b/community/corebird/disable-gst-check.patch @@ -0,0 +1,14 @@ +diff --git a/configure b/configure +index 1be799c..8f9dd8b 100755 +--- a/configure ++++ b/configure +@@ -12935,7 +12935,8 @@ fi + + if test "$disable_gst_check" = "no"; then + # Check for gtksink +- GST_ELEMENT_CHECK(gtksink, 1.0, , ) ++ # GST_ELEMENT_CHECK(gtksink, 1.0, , ) ++ return 0 + fi + + |