From 78d879b4d62dfc2cce4b272dd63b6dee4066406f Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Wed, 17 Feb 2021 03:48:28 +0100 Subject: [PATCH] clxclient: remove build flags fix also update maintainer --- srcpkgs/clxclient/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/clxclient/template b/srcpkgs/clxclient/template index 6391174621a..31efa292c1d 100644 --- a/srcpkgs/clxclient/template +++ b/srcpkgs/clxclient/template @@ -8,7 +8,7 @@ make_install_args="LIBDIR=/usr/lib" hostmakedepends="pkg-config" makedepends="libX11-devel libXft-devel clthreads-devel freetype-devel" short_desc="C++ wrapper library around the X Window System 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" @@ -17,7 +17,6 @@ checksum=8501e964f0e0746abc5083a0b75fe3b937281cc4a9f7d1450ff98e86bc337881 CXXFLAGS="-fPIC" pre_build() { - sed -i '/march=native/d' Makefile # fix wrong header import vsed -i 's//"clxclient.h"/' enumip.cc # change pkgconf to pkg-config