From 0ec79ea17794db2369e27e7c72c0c6a86d6004cf Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Wed, 17 Feb 2021 03:47:52 +0100 Subject: [PATCH] clthreads: remove build flags fix also update maintainer --- srcpkgs/clthreads/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/clthreads/template b/srcpkgs/clthreads/template index 5bd8b35621..ccc157d80e 100644 --- a/srcpkgs/clthreads/template +++ b/srcpkgs/clthreads/template @@ -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 " +maintainer="tibequadorian " 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