On Tuesday 29 March 2005 23:28, Thomas Klausner wrote:
checking for Qt... configure: error: Qt (>= Qt 3.1.0) (library qt-mt) not
found. Please check your For more details about this problem, look at the
end of config.log. Make sure that you have compiled Qt with thread support!
This is fixed by the following patch to celestia/Makefile.common:
--- Makefile.common 20 Mar 2005 12:36:25 -0000 1.14
+++ Makefile.common 29 Mar 2005 14:37:27 -0000
@@ -22,7 +22,7 @@
GCC_REQD= 3.0
-CXXFLAGS+= -DPKG_SYSCONFDIR=\"${PKG_SYSCONFDIR}\"
+CXXFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
.include "../../mk/bsd.prefs.mk"