openbsd-ports/multimedia/phonon/patches/patch-CMakeLists_txt
espie 755766b593 integrated phonon (from qt4) is not enough for kde4.
to be linked to the build once I figure out the consequences.
2010-06-18 12:53:38 +00:00

12 lines
346 B
Plaintext

$OpenBSD: patch-CMakeLists_txt,v 1.1.1.1 2010/06/18 12:53:38 espie Exp $
--- CMakeLists.txt.orig Fri Jun 18 14:05:49 2010
+++ CMakeLists.txt Fri Jun 18 14:05:59 2010
@@ -18,6 +18,7 @@ include(PhononMacros)
include(MacroLogFeature)
include(MacroOptionalFindPackage)
+include(FindIconv)
set(QT_MIN_VERSION 4.6.0)
find_package(Qt4 REQUIRED)