From c3ff5407ef46dac4a53610a321e39f20a5d4864e Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Thu, 6 Mar 2025 06:50:33 -0500 Subject: add lwjgl v3.3.3 --- ...ld-allow-setting-pkg-config-prefix-suffix.patch | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 pkgs/lwjgl/patches/3.3.4/0005-build-allow-setting-pkg-config-prefix-suffix.patch (limited to 'pkgs/lwjgl/patches/3.3.4/0005-build-allow-setting-pkg-config-prefix-suffix.patch') diff --git a/pkgs/lwjgl/patches/3.3.4/0005-build-allow-setting-pkg-config-prefix-suffix.patch b/pkgs/lwjgl/patches/3.3.4/0005-build-allow-setting-pkg-config-prefix-suffix.patch new file mode 100644 index 0000000..2ef60d8 --- /dev/null +++ b/pkgs/lwjgl/patches/3.3.4/0005-build-allow-setting-pkg-config-prefix-suffix.patch @@ -0,0 +1,64 @@ +From 508b031f7edf480f6a8966c8779e395658d206c5 Mon Sep 17 00:00:00 2001 +From: Seth Flynn +Date: Thu, 6 Mar 2025 02:31:35 -0500 +Subject: [PATCH 5/5] build: allow setting pkg-config prefix & suffix + +--- + config/linux/build.xml | 19 +++++++++++++------ + 1 file changed, 13 insertions(+), 6 deletions(-) + +diff --git a/config/linux/build.xml b/config/linux/build.xml +index 829ce2b1d..0c0700fb9 100644 +--- a/config/linux/build.xml ++++ b/config/linux/build.xml +@@ -18,6 +18,13 @@ + + + ++ ++ ++ ++ ++ ++ ++ + + + +@@ -286,10 +293,10 @@ + + + +- ++ + + +- ++ + + + +@@ -312,16 +319,16 @@ + + + +- ++ + + +- ++ + + +- ++ + + +- ++ + + + +-- +2.48.1 + -- cgit v1.2.3