From 8a010512b151d481188dab33137220ea5d6d960d Mon Sep 17 00:00:00 2001 From: Greg Beard Date: Sun, 19 Mar 2023 14:29:19 +0000 Subject: [PATCH] httpry: Remove obsolete vsed --- srcpkgs/httpry/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/httpry/template b/srcpkgs/httpry/template index 36f6f8ab781c..c5edb7861333 100644 --- a/srcpkgs/httpry/template +++ b/srcpkgs/httpry/template @@ -12,8 +12,7 @@ distfiles="https://github.com/jbittel/${pkgname}/archive/${pkgname}-${version}.t checksum=b3bcbec3fc6b72342022e940de184729d9cdecb30aa754a2c994073447468cf0 post_extract() { - vsed -i -e'/^CC /d' \ - -e 's/^CCFLAGS .*/CCFLAGS=$(CFLAGS) $(LDFLAGS)/' Makefile + vsed -i -e 's/^CCFLAGS .*/CCFLAGS=$(CFLAGS) $(LDFLAGS)/' Makefile } do_install() {