freebsd-ports/graphics/movit/files/patch-configure.ac
Tobias C. Berner 96332a3c09 Update multimedia/mlt, multimedia/shotcut and graphics/movit
- multimedia/mlt:       6.12.0
- multimedia/shotcut:   18.11.18
- graphics/movit:       1.6.2

To reduce the bumps, all in one.

PR:		229068
PR:		229071
Approved by:	multimedia (kwm)
2018-12-11 22:30:12 +00:00

11 lines
443 B
Text

--- configure.ac.orig 2018-03-18 15:23:37 UTC
+++ configure.ac
@@ -16,7 +16,7 @@ CXXFLAGS="$CXXFLAGS -std=gnu++11"
# Needed for unit tests and the demo app.
with_demo_app=yes
-PKG_CHECK_MODULES([SDL2], [sdl2])
+PKG_CHECK_MODULES([SDL2], [sdl2], [], [x=x])
# This is only needed for the demo app.
PKG_CHECK_MODULES([SDL2_image], [SDL2_image], [], [with_demo_app=no; AC_MSG_WARN([SDL2_image not found, demo program will not be built])])