From 4f3c74dc72f8e8812111a15d5540465f9c767714 Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Thu, 13 Mar 2014 19:56:14 +0100 Subject: [PATCH] OpenSceneGraph: disable building against Qt5 It currently fails with the following error message: "moc: Too many input files specified" Change-Id: I3bb3b1c291b2c60062da72896055df8f194107e0 --- .../dev-games/OpenSceneGraph/OpenSceneGraph-3.2.0.exheres-0 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/dev-games/OpenSceneGraph/OpenSceneGraph-3.2.0.exheres-0 b/packages/dev-games/OpenSceneGraph/OpenSceneGraph-3.2.0.exheres-0 index 8d77ae58..452a3c23 100644 --- a/packages/dev-games/OpenSceneGraph/OpenSceneGraph-3.2.0.exheres-0 +++ b/packages/dev-games/OpenSceneGraph/OpenSceneGraph-3.2.0.exheres-0 @@ -48,3 +48,6 @@ BUGS_TO="pyromaniac@thwitt.de" DEFAULT_SRC_PREPARE_PATCHES=( -p2 "${FILES}"/${PNV}-libav.patch ) +# Building against Qt5 fails atm, would need qtbase and cmake[>=2.8.8] +CMAKE_SRC_CONFIGURE_PARAMS+=( -DDESIRED_QT_VERSION=4 ) +