1
0

patch-configure 809 B

1234567891011121314151617181920
  1. --- vlc-2.0.3.orig/configure 2012-07-04 17:43:18.000000000 +0200
  2. +++ vlc-2.0.3/configure 2012-07-26 16:16:15.000000000 +0200
  3. @@ -24739,7 +24739,7 @@ fi
  4. LIBS="${LIBS_save}"
  5. - 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
  6. + for a in all extra sign-compare undef pointer-arith bad-function-cast write-strings missing-prototypes volatile-register-var; do
  7. CFLAGS_save="${CFLAGS}"
  8. @@ -46952,7 +46952,7 @@ fi
  9. VERSION_MESSAGE="${VERSION} ${CODENAME}"
  10. -COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} VLC authors and VideoLAN"
  11. +COPYRIGHT_MESSAGE="Copyright ${COPYRIGHT_YEARS} VLC authors and VideoLAN"
  12. cat >>confdefs.h <<_ACEOF
  13. #define VERSION_MESSAGE "${VERSION_MESSAGE}"