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 --- ...ild-use-pkg-config-for-linux-dependencies.patch | 87 ++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 pkgs/lwjgl/patches/3.3.3/0001-build-use-pkg-config-for-linux-dependencies.patch (limited to 'pkgs/lwjgl/patches/3.3.3/0001-build-use-pkg-config-for-linux-dependencies.patch') diff --git a/pkgs/lwjgl/patches/3.3.3/0001-build-use-pkg-config-for-linux-dependencies.patch b/pkgs/lwjgl/patches/3.3.3/0001-build-use-pkg-config-for-linux-dependencies.patch new file mode 100644 index 0000000..ac3fed9 --- /dev/null +++ b/pkgs/lwjgl/patches/3.3.3/0001-build-use-pkg-config-for-linux-dependencies.patch @@ -0,0 +1,87 @@ +From 79cfa341e15c6d986614e41750ec769cee19a7ba Mon Sep 17 00:00:00 2001 +From: Seth Flynn +Date: Wed, 5 Mar 2025 16:20:59 -0500 +Subject: [PATCH 1/4] build: use pkg-config for linux dependencies + +Adapted from https://cgit.freebsd.org/ports/commit/?id=680dc7bb031d0f708c2dd38f055ec8d63ee68b8a + +Backported from a 3.3.4 patchset + +(cherry picked from commit 44e2d7fdaf32809e9b50d63834fc834dccb7752d) +--- + config/linux/build.xml | 39 ++++++++++++++++++++++----------------- + 1 file changed, 22 insertions(+), 17 deletions(-) + +diff --git a/config/linux/build.xml b/config/linux/build.xml +index 67a5d0685..0c14b7866 100644 +--- a/config/linux/build.xml ++++ b/config/linux/build.xml +@@ -262,13 +262,17 @@ + + + +- +- +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- ++ + + + +@@ -277,21 +281,22 @@ + + + +- +- +- +- ++ + + + + +- +- +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- ++ + + + +@@ -300,7 +305,7 @@ + + + +- ++ + + + +-- +2.48.1 + -- cgit v1.2.3