mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:17:34 +00:00
Ports/qoi: Update qoi to version 351450e
This commit is contained in:
parent
dd01c00cd4
commit
58ab96cc95
3 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='qoi'
|
||||
version='edb8d7b1140be3168cc99ed87edc605c7c1cf31f'
|
||||
version='351450e00d6d7b062ab028110b72b317a98e03ea'
|
||||
files=(
|
||||
"https://github.com/phoboslab/qoi/archive/${version}.zip#3d3df95fb0b59aca2113ce45396f887eaba1be914cd54b56804efc241f93f203"
|
||||
"https://github.com/phoboslab/qoi/archive/${version}.zip#245c0262d64ed49fd3c9f05313d85912b9fcda1095bd492242f4f8130b02c192"
|
||||
)
|
||||
depends=(
|
||||
'libpng'
|
||||
|
|
|
@ -8,7 +8,7 @@ Subject: [PATCH] Use LibMath frexp function
|
|||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 4d21d41..1096a88 100644
|
||||
index 4dc4f9a3b57b19582576cf3bf69f7ef6004b1c2c..ae10548430b7c3f6140c36631cc41f0200a71a95 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,6 +1,6 @@
|
||||
|
@ -23,8 +23,8 @@ index 4d21d41..1096a88 100644
|
|||
|
||||
conv: $(TARGET_CONV)
|
||||
$(TARGET_CONV):$(TARGET_CONV).c
|
||||
- $(CC) $(CFLAGS_CONV) $(TARGET_CONV).c -o $(TARGET_CONV)
|
||||
+ $(CC) $(CFLAGS_CONV) $(TARGET_CONV).c -o $(TARGET_CONV) -lm
|
||||
- $(CC) $(CFLAGS_CONV) $(CFLAGS) $(TARGET_CONV).c -o $(TARGET_CONV)
|
||||
+ $(CC) $(CFLAGS_CONV) $(CFLAGS) $(TARGET_CONV).c -o $(TARGET_CONV) -lm
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue