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-libs/libvisual/files/libvisual-0.4.0-cond.patch

16 lines
549 B

Broken --enable/disable condition.
Index: libvisual-0.4.0/configure.ac
===================================================================
--- libvisual-0.4.0.orig/configure.ac
+++ libvisual-0.4.0/configure.ac
@@ -191,7 +191,7 @@ AIX_COMPILE_INFO="AIX's C compiler needs
with the right compiler. Ususally just '_r' is appended
to the compiler name."
-AC_ARG_ENABLE([enable_threads],
+AC_ARG_ENABLE([threads],
AC_HELP_STRING([--enable-threads],
[Turn on basic thread support @<:@default=enabled@:>@]),
[enable_threads=$enableval],