You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/lsdvd/files/lsdvd-0.17-autotools.patch

12 lines
538 B

--- 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],