frogatto: rebuilt against boost update

This commit is contained in:
Neofytos Kolokotronis 2017-06-01 23:47:52 +01:00
parent 4518adb06d
commit a81a47a310

View File

@ -1,8 +1,6 @@
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname=frogatto
pkgver=1.3.1
pkgrel=2
pkgrel=3
pkgdesc="An old-school 2D platformer game, starring a certain quixotic frog."
arch=('x86_64')
url="http://www.frogatto.com"
@ -20,11 +18,13 @@ build() {
sed -i 's/ccache //g' Makefile
sed -i 's/-lprofiler//g' Makefile
sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
make game server
CXXFLAGS="$CXXFLAGS -std=gnu++98" make game server
}
package() {