aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-06-22 23:39:35 +0000
committerMike Buland <eichlan@xagasoft.com>2011-06-22 23:39:35 +0000
commit288a4da4f1d8ab41e889a71094872716fc8fa7de (patch)
tree7bac0741a02713d6e2b0a57791d3cf826860a2c5 /share
parent8479f9f7d3fac833da9357b87a53bfedbc2df055 (diff)
downloadbuild-288a4da4f1d8ab41e889a71094872716fc8fa7de.tar.gz
build-288a4da4f1d8ab41e889a71094872716fc8fa7de.tar.bz2
build-288a4da4f1d8ab41e889a71094872716fc8fa7de.tar.xz
build-288a4da4f1d8ab41e889a71094872716fc8fa7de.zip
Build builds again. I'm not sure that we need the -laudio flags for qt4, lets
see...
Diffstat (limited to 'share')
-rw-r--r--share/include/qt4.bld2
1 files changed, 1 insertions, 1 deletions
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()
36 return "-Wl,-rpath,${QTDIR}/lib $(PKG_CONFIG_PATH=" 36 return "-Wl,-rpath,${QTDIR}/lib $(PKG_CONFIG_PATH="
37 "PKG_CONFIG_PATH:${QTDIR}/lib/pkgconfig " 37 "PKG_CONFIG_PATH:${QTDIR}/lib/pkgconfig "
38 "pkg-config --libs QtCore QtGui ice glu x11 xext libpng freetype2 " 38 "pkg-config --libs QtCore QtGui ice glu x11 xext libpng freetype2 "
39 "gobject-2.0 sm xrender fontconfig gthread-2.0 glib-2.0) -laudio -lz " 39 "gobject-2.0 sm xrender fontconfig gthread-2.0 glib-2.0) -lz "
40 "-lm -ldl"; 40 "-lm -ldl";
41} 41}
42 42