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 --- .../3.3.4/0002-build-allow-local-kotlin.patch | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 pkgs/lwjgl/patches/3.3.4/0002-build-allow-local-kotlin.patch (limited to 'pkgs/lwjgl/patches/3.3.4/0002-build-allow-local-kotlin.patch') diff --git a/pkgs/lwjgl/patches/3.3.4/0002-build-allow-local-kotlin.patch b/pkgs/lwjgl/patches/3.3.4/0002-build-allow-local-kotlin.patch new file mode 100644 index 0000000..3d230ce --- /dev/null +++ b/pkgs/lwjgl/patches/3.3.4/0002-build-allow-local-kotlin.patch @@ -0,0 +1,50 @@ +From 36e6e8bb83e94c92f29ef94c59fc3119b8ba425d Mon Sep 17 00:00:00 2001 +From: Seth Flynn +Date: Wed, 5 Mar 2025 16:34:50 -0500 +Subject: [PATCH 2/5] build: allow local kotlin + +Adapted from https://cgit.freebsd.org/ports/commit/?id=680dc7bb031d0f708c2dd38f055ec8d63ee68b8a +--- + config/build-definitions.xml | 3 ++- + update-dependencies.xml | 4 ++-- + 2 files changed, 4 insertions(+), 3 deletions(-) + +diff --git a/config/build-definitions.xml b/config/build-definitions.xml +index fdba3a476..7a3cace54 100644 +--- a/config/build-definitions.xml ++++ b/config/build-definitions.xml +@@ -100,7 +100,8 @@ This script is included in /build.xml and /config/update-dependencies.xml. + + + +- ++ ++ + + + +diff --git a/update-dependencies.xml b/update-dependencies.xml +index 87b110045..10a9da19d 100644 +--- a/update-dependencies.xml ++++ b/update-dependencies.xml +@@ -27,7 +27,7 @@ + + + +- ++ + + + +@@ -54,7 +54,7 @@ + + + +- ++ + + + +-- +2.48.1 + -- cgit v1.2.3