ports/audio/siren/files/patch-configure
Tobias C. Berner 0117910ee5 * Update to 0.7
* Convert SOUND from OPTIONS_MULTI to OPTIONS_SINGLE. The arguments show that it is meant to be exclusive.
* Add options for FFMPEG and MPG123 as they are picked up if installed. Further patch in toggleability for FFMPEG.

Reviewed by:	rakuco
Approved by:	rakuco (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10836
2017-05-20 17:04:32 +00:00

14 lines
303 B
Text

Make ffmpeg toggleable.
--- configure.orig 2017-05-20 16:53:55 UTC
+++ configure
@@ -314,6 +314,9 @@ for arg; do
sun=*)
get_option_value enable_sun "$arg"
;;
+ ffmpeg=*)
+ get_option_value enable_ffmpeg "$arg"
+ ;;
help|-h|--help)
error "see the INSTALL file for more information"
;;