freebsd-ports/multimedia/mlt/files/patch-src__modules__qt__configure
2015-06-28 14:10:53 +00:00

11 lines
357 B
Text

--- src/modules/qt/configure.orig 2015-03-02 07:08:46 UTC
+++ src/modules/qt/configure
@@ -181,7 +181,7 @@ else
if [ "$without_kde" = "" ]
then
kde4-config
- if [ $? -eq 0 ] && [ "$qt4_found" != "" ]
+ if [ $? -eq 0 ]
then
# test if we have KDE4, required on some systems to get Qt extra formats (xcf, ...)
if [ "$kde_includedir" = "" ]