1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

games/openglad: Fix build with llvm16

- Utilize USES=localbase
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-07-20 19:26:17 +02:00
parent 1da1ae626f
commit 86b2b06216

View File

@ -11,17 +11,16 @@ WWW= http://snowstorm.sourceforge.net
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake sdl
NOT_FOR_ARCHS= sparc64
USES= gmake localbase:ldflags sdl
USE_CXXSTD= c++14
USE_SDL= sdl mixer
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
DESKTOP_ENTRIES="OpenGlad" "" "" "${PORTNAME}" "" ""
NOT_FOR_ARCHS= sparc64
OPTIONS_DEFINE= DOCS
post-patch: