clthreads: remove build flags fix
also update maintainer
This commit is contained in:
parent
39b7ae8b76
commit
0ec79ea177
1 changed files with 1 additions and 5 deletions
|
@ -6,7 +6,7 @@ build_wrksrc=source
|
|||
build_style=gnu-makefile
|
||||
make_install_args="LIBDIR=/usr/lib"
|
||||
short_desc="C++ wrapper library around the POSIX threads API"
|
||||
maintainer="bluntphenomena <gregwyd@gmail.com>"
|
||||
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://kokkinizita.linuxaudio.org/linuxaudio/"
|
||||
distfiles="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${version}.tar.bz2"
|
||||
|
@ -14,10 +14,6 @@ checksum=c659b14c0c4055c44432cb83060b95d30ae0c1ecc6f50d73968e239c100f7a31
|
|||
|
||||
CXXFLAGS="-fPIC"
|
||||
|
||||
pre_build() {
|
||||
vsed -i Makefile -e '/march=native/d'
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
# fix wrong path
|
||||
vsed -i 's/$(DESTDIR)$(PREFIX)\//$(DESTDIR)/g' Makefile
|
||||
|
|
Loading…
Reference in a new issue