summaryrefslogtreecommitdiff
path: root/community/openlierox
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-19 00:31:40 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-19 00:31:40 -0300
commitb7be3e931b811decb9a8686a60e52fe723bbaf81 (patch)
tree2e7da21de151c50ecdfa97a9d4ef5db5de62db51 /community/openlierox
parent78397621fc97288066a5d73989811ab0fe641bd6 (diff)
parent1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/ipvsadm/PKGBUILD community/arch/PKGBUILD community/chntpw/PKGBUILD community/dnstracer/PKGBUILD community/dvtm/PKGBUILD community/gnash/PKGBUILD community/ngspice/PKGBUILD community/siege/PKGBUILD extra/enscript/PKGBUILD extra/gconfmm/PKGBUILD extra/gftp/PKGBUILD extra/libart-lgpl/PKGBUILD extra/libcaca/PKGBUILD extra/libdv/PKGBUILD extra/libgnomemm/PKGBUILD extra/libidl2/PKGBUILD extra/libvisual/PKGBUILD extra/libxdamage/PKGBUILD extra/libxrender/PKGBUILD extra/openslp/PKGBUILD extra/snarf/PKGBUILD multilib/wine/PKGBUILD testing/mesa/PKGBUILD testing/xf86-video-glint/PKGBUILD
Diffstat (limited to 'community/openlierox')
-rw-r--r--community/openlierox/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/openlierox/PKGBUILD b/community/openlierox/PKGBUILD
index 3580262d1..bcde7e3ea 100644
--- a/community/openlierox/PKGBUILD
+++ b/community/openlierox/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 46134 2011-05-04 07:37:58Z andrea $
+# $Id: PKGBUILD 64779 2012-02-18 04:37:35Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=openlierox
pkgver=0.58_rc3
-pkgrel=3
+pkgrel=4
pkgdesc="A real-time excessive Worms-clone"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.openlierox.net/"
@@ -24,6 +24,9 @@ build() {
sed -i '1i #include <sys/stat.h>' src/breakpad/external/src/common/linux/file_id.cc
sed -i 's|/usr/share/games|/usr/share|g' include/FindFile.h
+ sed -i '/curl\/types\.h/d' include/HTTP.h
+ sed -i '/curl\/types\.h/d' src/common/HTTP.cpp
+
[[ -d build ]] && rm -r build
mkdir build
cmake -DCMAKE_BUILD_TYPE=Release \
@@ -31,6 +34,7 @@ build() {
-DSYSTEM_DATA_DIR=/usr/share \
-DHAWKNL_BUILTIN=OFF \
-DBREAKPAD=OFF
+
make
}