summaryrefslogtreecommitdiff
path: root/package/vlc/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-27 10:45:02 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-27 10:45:02 +0200
commit42dd254f5937274f164a5a7c5fb3c1f80e38e7af (patch)
tree9d2f1aa0333e04af8493d6a5f533b6e243bf5d2b /package/vlc/patches/patch-configure
parent7f0a66667a815bb8e28b4c8b93666b92a667b485 (diff)
full build on Darwin fixes
Diffstat (limited to 'package/vlc/patches/patch-configure')
-rw-r--r--package/vlc/patches/patch-configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/vlc/patches/patch-configure b/package/vlc/patches/patch-configure
new file mode 100644
index 000000000..0989f6776
--- /dev/null
+++ b/package/vlc/patches/patch-configure
@@ -0,0 +1,20 @@
+--- vlc-2.0.3.orig/configure 2012-07-04 17:43:18.000000000 +0200
++++ vlc-2.0.3/configure 2012-07-26 16:16:15.000000000 +0200
+@@ -24739,7 +24739,7 @@ fi
+ LIBS="${LIBS_save}"
+
+
+- for a in all extra sign-compare undef pointer-arith bad-function-cast write-strings missing-prototypes volatile-register-var error-implicit-function-declaration; do
++ for a in all extra sign-compare undef pointer-arith bad-function-cast write-strings missing-prototypes volatile-register-var; do
+
+
+ CFLAGS_save="${CFLAGS}"
+@@ -46952,7 +46952,7 @@ fi
+
+
+ VERSION_MESSAGE="${VERSION} ${CODENAME}"
+-COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} VLC authors and VideoLAN"
++COPYRIGHT_MESSAGE="Copyright ${COPYRIGHT_YEARS} VLC authors and VideoLAN"
+
+ cat >>confdefs.h <<_ACEOF
+ #define VERSION_MESSAGE "${VERSION_MESSAGE}"