Commit ec2ef74 1 parent 40db082 commit ec2ef74 Copy full SHA for ec2ef74
File tree 3 files changed +42
-6
lines changed
3 files changed +42
-6
lines changed Original file line number Diff line number Diff line change
1
+ diff --git m4-clean/tests/strerror_r.c m4-workdir/tests/strerror_r.c
2
+ index 71965fb..be88d71 100644
3
+ --- m4-clean/tests/strerror_r.c
4
+ +++ m4-workdir/tests/strerror_r.c
5
+ @@ -21,7 +21,7 @@
6
+
7
+ /* Enable declaration of sys_nerr and sys_errlist in <errno.h> on NetBSD. */
8
+ #define _NETBSD_SOURCE 1
9
+ -
10
+ + #undef _GNU_SOURCE
11
+ /* Specification. */
12
+ #include <string.h>
13
+
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ name=sdl2-compat
4
+ version=2.32.50
5
+ revision=1
6
+ tarball_url=" https://github.com/libsdl-org/sdl2-compat/releases/download/release-${version} /sdl2-compat-${version} .tar.gz"
7
+ tarball_blake2b=" f003f4b09633d3cef31fb00d6daefbcd329edd21c8dedd47d8adb07d7f65dede6bc818921dd73af3ab9483529f81a66460dc6aac80c2f277dca298b885849599"
8
+ imagedeps=" cmake ninja-build git"
9
+ hostdeps=" gcc pkg-config"
10
+ deps=" sdl3"
11
+
12
+ configure () {
13
+ cmake_configure \
14
+ -DSDL_STATIC=OFF
15
+ }
16
+
17
+ build () {
18
+ ninja -j${parallelism}
19
+ }
20
+
21
+ package () {
22
+ DESTDIR=" ${dest_dir} " ninja install
23
+
24
+ post_package_strip
25
+ }
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- name=sdl2
4
- version=2.30.3
3
+ name=sdl3
4
+ version=3.2.4
5
5
revision=1
6
- tarball_url=" https://github.com/libsdl-org/SDL/releases/download/release-${version} /SDL2 -${version} .tar.gz"
7
- tarball_blake2b=" 9918723bc3a0bc3abfc6d47b4fc7eeabcafdc9925ee93e4f31b3637e843a5b060ae61aef9b93743340a9df914248cff510e5d38e758e032b5ed4df9eed587746 "
6
+ tarball_url=" https://github.com/libsdl-org/SDL/releases/download/release-${version} /SDL3 -${version} .tar.gz"
7
+ tarball_blake2b=" 4886c938ff9eb00af9c7429580fd034bb933efb8a3273d34693dad997268c96619cac2157119cd88c4a330c1ce4d8f4ffd8e00d2a29416be8ccd68990822dc1e "
8
8
imagedeps=" cmake ninja-build git"
9
9
hostdeps=" gcc pkg-config"
10
10
deps=" core-libs libx11 libxext libxcursor libxi libxfixes libxrandr libxrender libxxf86vm mesa"
@@ -52,7 +52,5 @@ build() {
52
52
package () {
53
53
DESTDIR=" ${dest_dir} " ninja install
54
54
55
- rm " ${dest_dir}${prefix} " /lib/{libSDL2_test.a,libSDL2main.a}
56
-
57
55
post_package_strip
58
56
}
You can’t perform that action at this time.
0 commit comments