From 288a4da4f1d8ab41e889a71094872716fc8fa7de Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 22 Jun 2011 23:39:35 +0000 Subject: Build builds again. I'm not sure that we need the -laudio flags for qt4, lets see... --- share/include/qt4.bld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/include/qt4.bld b/share/include/qt4.bld index bcb0b32..ebf26d7 100644 --- a/share/include/qt4.bld +++ b/share/include/qt4.bld @@ -36,7 +36,7 @@ function qt_getLDFLAGS() return "-Wl,-rpath,${QTDIR}/lib $(PKG_CONFIG_PATH=" "PKG_CONFIG_PATH:${QTDIR}/lib/pkgconfig " "pkg-config --libs QtCore QtGui ice glu x11 xext libpng freetype2 " - "gobject-2.0 sm xrender fontconfig gthread-2.0 glib-2.0) -laudio -lz " + "gobject-2.0 sm xrender fontconfig gthread-2.0 glib-2.0) -lz " "-lm -ldl"; } -- cgit v1.2.3