1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:27:34 +00:00

Ports: Fix building the nasm port

This commit is contained in:
Gunnar Beutner 2021-04-14 11:50:09 +02:00 committed by Andreas Kling
parent 0a600a3c36
commit 1942c1061c
2 changed files with 12 additions and 24 deletions

View file

@ -4,7 +4,3 @@ version=2.15.05
files="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz nasm-${version}.tar.gz"
useconfigure=true
makeopts=
pre_configure() {
run ./autogen.sh
}