From 73ba7a9e3216a846638c81ca384b454f0933b633 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Wed, 26 Oct 2011 17:43:51 +0000 Subject: [PATCH] qt4: Add -continue flag. This fixes an iconv configure issue on X11-QT. configure seems to mess up the cflags, so adding -continue really only is a workaround to this issue. But it makes it compile. SVN-Revision: 28609 --- Xorg/lib/qt4/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Xorg/lib/qt4/Makefile b/Xorg/lib/qt4/Makefile index 31c660a9a4..637d8e746c 100644 --- a/Xorg/lib/qt4/Makefile +++ b/Xorg/lib/qt4/Makefile @@ -317,6 +317,7 @@ define Build/Configure -sysconfdir /etc/Qt \ -no-rpath \ -force-pkg-config \ + -continue \ -nomake tools \ $(if $(CONFIG_PACKAGE_qt4-demos),-make,-nomake) demos \ $(if $(CONFIG_PACKAGE_qt4-examples),-make,-nomake) examples \ -- 2.30.2