summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-07-11 16:27:05 -0400
committerCameron Katri <me@cameronkatri.com>2021-07-11 16:27:05 -0400
commitd2fb8706e79fd317fe1f22377d6d3d4f93825eb8 (patch)
tree7c0eaddcb8ef514d60f9edeb3b8616ccc7f41c5e
parentc154c779ae2d07f751e277cf05e77c807d9b3836 (diff)
downloadfreebsd-ports-d2fb8706e79fd317fe1f22377d6d3d4f93825eb8.tar.gz
freebsd-ports-d2fb8706e79fd317fe1f22377d6d3d4f93825eb8.tar.zst
freebsd-ports-d2fb8706e79fd317fe1f22377d6d3d4f93825eb8.zip
Regen patch, bsd.port.mk not post, build for other archs (untested)
-rw-r--r--games/lwjgl3/Makefile5
-rw-r--r--games/lwjgl3/files/patch-build.xml2
2 files changed, 2 insertions, 5 deletions
diff --git a/games/lwjgl3/Makefile b/games/lwjgl3/Makefile
index fb15f80..d2d6569 100644
--- a/games/lwjgl3/Makefile
+++ b/games/lwjgl3/Makefile
@@ -5,15 +5,12 @@ DISTVERSION= 3.2.2
DISTVERSIONSUFFIX= -full
CATEGORIES= games java
MASTER_SITES= https://github.com/CRKatri/lwjgl3/releases/download/${DISTVERSION}-freebsd-1/
-DISTNAME= lwjgl3-${DISTVERSION}-full
MAINTAINER= me@cameronkatri.com
COMMENT= Lightweight Java Game Library 3
LICENSE= BSD3CLAUSE
-ONLY_FOR_ARCHS= amd64
-
BUILD_DEPENDS= ${LOCALBASE}/lib/libdyncall_s.a:devel/dyncall
LIB_DEPENDS= libglfw.so:graphics/glfw \
libopenal.so:audio/openal-soft \
@@ -43,4 +40,4 @@ do-install:
${INSTALL_LIB} ${WRKSRC}${x} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/games/lwjgl3/files/patch-build.xml b/games/lwjgl3/files/patch-build.xml
index 24e75ef..8fc3bee 100644
--- a/games/lwjgl3/files/patch-build.xml
+++ b/games/lwjgl3/files/patch-build.xml
@@ -1,4 +1,4 @@
---- build.xml.orig
+--- build.xml.orig 2021-07-09 13:26:32 UTC
+++ build.xml
@@ -1050,69 +1050,6 @@
<local name="hasMain"/>