summaryrefslogtreecommitdiff
path: root/Ports/SDL2
diff options
context:
space:
mode:
authorEmanuel Sprung <emanuel.sprung@gmail.com>2020-02-04 01:11:35 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-06 14:06:23 +0100
commitf46d80ac4fc2d9c4d3da9baf5515d2af9c577596 (patch)
tree2e0ad4da9691ebb725851756ac7f670309f1c17c /Ports/SDL2
parent991953ab0a957484ca1333de466374952381d1b2 (diff)
downloadserenity-f46d80ac4fc2d9c4d3da9baf5515d2af9c577596.zip
Ports: Added checksums / signature files and other fixes
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
Diffstat (limited to 'Ports/SDL2')
-rwxr-xr-xPorts/SDL2/package.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Ports/SDL2/package.sh b/Ports/SDL2/package.sh
index e90e459449..116c3acf5e 100755
--- a/Ports/SDL2/package.sh
+++ b/Ports/SDL2/package.sh
@@ -3,7 +3,6 @@ port=SDL2
version=serenity-git
workdir=SDL-master-serenity
useconfigure=true
-curlopts="-L"
files="https://github.com/SerenityOS/SDL/archive/master-serenity.tar.gz SDL2-git.tar.gz"
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -DPULSEAUDIO=OFF"