diff options
Diffstat (limited to 'community/wt/PKGBUILD')
-rw-r--r-- | community/wt/PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD index b1fedfe20..47c8e9153 100644 --- a/community/wt/PKGBUILD +++ b/community/wt/PKGBUILD @@ -1,21 +1,18 @@ -# $Id: PKGBUILD 88025 2013-04-10 08:22:45Z svenstaro $ +# $Id: PKGBUILD 93696 2013-07-08 13:32:56Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Denis Martinez <deuns.martinez@gmail.com> -# 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 -pkgrel=1 +pkgrel=2 pkgdesc="a C++ library and application server for developing and deploying web applications" arch=('i686' 'x86_64') 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 @@ build() { [[ -d build ]] && rm -r build mkdir -p build && cd build - CXX=clang++ cmake \ + cmake \ -DCONNECTOR_HTTP=ON \ -DCMAKE_INSTALL_PREFIX=/usr \ -DWEBUSER=http \ |