mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
frogatto: rebuilt against boost update
This commit is contained in:
parent
4518adb06d
commit
a81a47a310
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user