0010-Sparkle-fix-iOS-compilation.patch 784 B

1234567891011121314151617181920212223242526
  1. From 83ab5bb6966e1484b2b3e80cf8708388b4b5929e Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
  3. Date: Fri, 12 Jun 2015 14:09:05 +0200
  4. Subject: [PATCH] Sparkle: fix iOS compilation
  5. ---
  6. configure.ac | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/configure.ac b/configure.ac
  9. index 0d1437b..49f4793 100644
  10. --- a/configure.ac
  11. +++ b/configure.ac
  12. @@ -3811,7 +3811,7 @@ dnl MacOS X sparkle update support
  13. dnl
  14. AC_ARG_ENABLE(sparkle,
  15. [ --enable-sparkle Sparkle update support for OS X (default enabled on Mac OS X)])
  16. -if test "x${enable_sparkle}" != "xno" -a "${SYS}" = "darwin"
  17. +if test "x${enable_sparkle}" != "xno" -a "${HAVE_OSX}" = "1"
  18. then
  19. if test ! -d ${CONTRIB_DIR}/Sparkle.framework
  20. then
  21. --
  22. 2.4.3