httpry: Remove obsolete vsed

This commit is contained in:
Greg Beard 2023-03-19 14:29:19 +00:00 committed by classabbyamp
parent a62a1ee05c
commit 5682399bdf

View file

@ -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() {