Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2024 17:35:20 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2c7c0046e9f2 - main - games/lwjgl3: cleanup
Message-ID:  <202403141735.42EHZKsR035700@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c7c0046e9f2be2f0ca582a1af484bb37dd1fa56

commit 2c7c0046e9f2be2f0ca582a1af484bb37dd1fa56
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-03-14 17:32:48 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-03-14 17:34:18 +0000

    games/lwjgl3: cleanup
    
    Forgot to remove
    
    Approved by:    arrowd (mentor, implicit)
---
 games/lwjgl3/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/games/lwjgl3/Makefile b/games/lwjgl3/Makefile
index d9d7a0b6a9fe..6ca25a579dc9 100644
--- a/games/lwjgl3/Makefile
+++ b/games/lwjgl3/Makefile
@@ -69,10 +69,7 @@ LIBSDIR=	${WRKSRC}/bin/libs/native/freebsd/*/org/lwjgl
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == amd64
-_ARCH_DIR=		x64
-.elif ${ARCH} == i386
-_ARCH_DIR=		x86
+.if ${ARCH} == i386
 MAKE_ENV+=	ANT_OPTS=-Xmx2G
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403141735.42EHZKsR035700>