mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
regen patch
This commit is contained in:
@@ -9,7 +9,7 @@ Index: configure.ac
|
||||
AC_ARG_ENABLE(gtk3, [AS_HELP_STRING([--disable-gtk3 ], [disable GTK3 version of gtkui plugin (default: enabled)])], [enable_gtk3=$enableval], [enable_gtk3=yes])
|
||||
AC_ARG_ENABLE(gtk2, [AS_HELP_STRING([--disable-gtk2 ], [disable GTK2 version of gtkui plugin (default: enabled)])], [enable_gtk2=$enableval], [enable_gtk2=yes])
|
||||
AC_ARG_ENABLE(vfs_curl, [AS_HELP_STRING([--disable-vfs-curl], [disable HTTP streaming vfs plugin (default: enabled)])], [enable_vfs_curl=$enableval], [enable_vfs_curl=yes])
|
||||
@@ -193,8 +194,8 @@ AS_IF([test "${enable_portable}" != "no" -a "${enable_
|
||||
@@ -205,8 +206,8 @@ AS_IF([test "${enable_portable}" != "no" -a "${enable_
|
||||
dnl HACK: using undocumented variable to check whether it's safe to define __EXTENSIONS__
|
||||
test $ac_cv_safe_to_define___extensions__ = yes && CFLAGS_EXTENSIONS="-D__EXTENSIONS__"
|
||||
|
||||
@@ -20,7 +20,7 @@ Index: configure.ac
|
||||
|
||||
|
||||
AS_IF([test "${enable_staticlink}" != "no"], [
|
||||
@@ -295,6 +296,17 @@ AS_IF([test "${enable_coreaudio}" != "no" -a "${found_
|
||||
@@ -307,6 +308,17 @@ AS_IF([test "${enable_coreaudio}" != "no" -a "${found_
|
||||
|
||||
AC_SUBST(COREAUDIO_LIBS)
|
||||
|
||||
@@ -38,7 +38,7 @@ Index: configure.ac
|
||||
AS_IF([test "${enable_ffmpeg}" != "no"], [
|
||||
AS_IF([test "${enable_staticlink}" != "no"], [
|
||||
FFMPEG_DEPS_CFLAGS="-I../../$LIB/include"
|
||||
@@ -402,11 +414,11 @@ AS_IF([test "${enable_vorbis}" != "no"], [
|
||||
@@ -414,11 +426,11 @@ AS_IF([test "${enable_vorbis}" != "no"], [
|
||||
AC_SUBST(VORBIS_LIBS)
|
||||
AC_SUBST(VORBIS_CFLAGS)
|
||||
], [
|
||||
@@ -53,7 +53,7 @@ Index: configure.ac
|
||||
AC_SUBST(VORBIS_LIBS)
|
||||
])
|
||||
])
|
||||
@@ -455,10 +467,10 @@ AS_IF([test "${enable_flac}" != "no"], [
|
||||
@@ -467,10 +479,10 @@ AS_IF([test "${enable_flac}" != "no"], [
|
||||
AC_SUBST(FLAC_CFLAGS)
|
||||
AC_SUBST(FLAC_LIBS)
|
||||
], [
|
||||
@@ -66,7 +66,7 @@ Index: configure.ac
|
||||
AC_SUBST(FLAC_LIBS)
|
||||
])
|
||||
])
|
||||
@@ -735,7 +747,7 @@ AS_IF([test "${enable_aac}" != "no"], [
|
||||
@@ -747,7 +759,7 @@ AS_IF([test "${enable_aac}" != "no"], [
|
||||
])
|
||||
|
||||
AS_IF([test "${enable_mms}" != "no"], [
|
||||
@@ -75,7 +75,7 @@ Index: configure.ac
|
||||
AC_SUBST(LIBMMS_LIBS)
|
||||
HAVE_MMS=yes
|
||||
])
|
||||
@@ -809,7 +821,7 @@ AS_IF([test "${enable_soundtouch}" != "no"], [
|
||||
@@ -821,7 +833,7 @@ AS_IF([test "${enable_soundtouch}" != "no"], [
|
||||
HAVE_SOUNDTOUCH=yes
|
||||
])
|
||||
|
||||
@@ -84,7 +84,7 @@ Index: configure.ac
|
||||
|
||||
AM_CONDITIONAL(APE_USE_YASM, test "x$APE_USE_YASM" = "xyes")
|
||||
AM_CONDITIONAL(HAVE_VORBIS, test "x$HAVE_VORBISPLUGIN" = "xyes")
|
||||
@@ -825,6 +837,7 @@ AM_CONDITIONAL(HAVE_GTK2, test "x$HAVE_GTK2" = "xyes")
|
||||
@@ -837,6 +849,7 @@ AM_CONDITIONAL(HAVE_GTK2, test "x$HAVE_GTK2" = "xyes")
|
||||
AM_CONDITIONAL(HAVE_GTK3, test "x$HAVE_GTK3" = "xyes")
|
||||
AM_CONDITIONAL(HAVE_ALSA, test "x$HAVE_ALSAPLUGIN" = "xyes")
|
||||
AM_CONDITIONAL(HAVE_COREAUDIO, test "x$HAVE_COREAUDIO" = "xyes")
|
||||
@@ -92,7 +92,7 @@ Index: configure.ac
|
||||
AM_CONDITIONAL(HAVE_FFMPEG, test "x$HAVE_FFMPEGPLUGIN" = "xyes")
|
||||
AM_CONDITIONAL(HAVE_PULSE, test "x$HAVE_PULSEPLUGIN" = "xyes")
|
||||
AM_CONDITIONAL(HAVE_ARTWORK, test "x$HAVE_ARTWORK" = "xyes")
|
||||
@@ -933,6 +946,7 @@ plugins/wma/Makefile
|
||||
@@ -945,6 +958,7 @@ plugins/wma/Makefile
|
||||
plugins/pltbrowser/Makefile
|
||||
plugins/sc68/Makefile
|
||||
plugins/coreaudio/Makefile
|
||||
|
||||
Reference in New Issue
Block a user