cvsps2: memfrob is a glibcism.

This commit is contained in:
Christian Neukirchen 2015-05-11 15:28:41 +02:00
parent 66330f5637
commit 2a9cd32007

View File

@ -1,7 +1,7 @@
# Template file for 'cvsps2'
pkgname=cvsps2
version=2.1
revision=1
revision=2
wrksrc=cvsps-${version}
build_style=gnu-makefile
makedepends="zlib-devel"
@ -12,6 +12,9 @@ homepage="http://www.cobite.com/cvsps/"
distfiles="http://www.cobite.com/cvsps/cvsps-${version}.tar.gz"
checksum=91d3198b33463861a581686d5fcf99a5c484e7c4d819384c04fda9cafec1075a
post_extract() {
sed -i 's/linux/__GLIBC__/g' cbtcommon/text_util.c
}
do_install() {
make install prefix=$DESTDIR/usr
}