summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/lsdvd/files/lsdvd-0.17-autotools.patch')
-rw-r--r--media-video/lsdvd/files/lsdvd-0.17-autotools.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/lsdvd/files/lsdvd-0.17-autotools.patch b/media-video/lsdvd/files/lsdvd-0.17-autotools.patch
new file mode 100644
index 000000000000..c2f7e9456ed9
--- /dev/null
+++ b/media-video/lsdvd/files/lsdvd-0.17-autotools.patch
@@ -0,0 +1,12 @@
+--- configure.ac.orig 2014-10-04 00:36:04.484376722 -0600
++++ configure.ac 2014-10-04 00:36:25.080207028 -0600
+@@ -1,9 +1,6 @@
+ AC_INIT([lsdvd], [0.17])
+ AM_INIT_AUTOMAKE([foreign])
+ AC_PROG_CC
+-if eval "test x$GCC = xyes"; then # Enable warnings when using GCC
+- CFLAGS="$CFLAGS -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wformat -Werror=format-security"
+-fi
+ AC_SYS_LARGEFILE
+ PKG_CHECK_MODULES([DVDREAD], [dvdread >= 4.1.3])
+ AC_ARG_ENABLE([debug], \ No newline at end of file