Date: Sunday, April 14, 2013 @ 00:27:36 Author: svenstaro Revision: 88209
Building with Arch gcc now possible Modified: wt/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-13 22:27:14 UTC (rev 88208) +++ PKGBUILD 2013-04-13 22:27:36 UTC (rev 88209) @@ -3,9 +3,6 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Denis Martinez <[email protected]> -# TODO: Remove this note and change back to gcc once gcc 4.8.1 is out -# It fixes a segfault while building the examples. - pkgname=wt pkgver=3.3.0 _pkgver=3.3.0 @@ -15,7 +12,7 @@ url="http://www.webtoolkit.eu/" license=('GPL') depends=('boost-libs' 'libharu') -makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 'graphicsmagick' 'pango' 'mysql++' 'qt4' 'clang') +makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 'graphicsmagick' 'pango' 'mysql++' 'qt4') optdepends=('openssl: for SSL support in built-in webserver' 'zlib: for compression in HTTP protocol' 'fcgi: for FastCGI support' @@ -34,7 +31,7 @@ [[ -d build ]] && rm -r build mkdir -p build && cd build - CXX=clang++ cmake \ + cmake \ -DCONNECTOR_HTTP=ON \ -DCMAKE_INSTALL_PREFIX=/usr \ -DWEBUSER=http \
