mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
mash: fix prepare() in PKGBUILD
This commit is contained in:
parent
9160cf2035
commit
e09be94bcc
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ prepare() {
|
|||
sed -i '41s/$(CXXFLAGS)/$(CXXFLAGS) $(LDFLAGS)/' Makefile.in
|
||||
sed -i '11i#include <stdint.h>' src/mash/Command.cpp
|
||||
sed -i '40i#include <limits>' src/mash/robin_hood.h
|
||||
autoupdate
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Add table
Reference in a new issue