mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
games/iortcw: Fix build when PREFIX != LOCALBASE
This commit is contained in:
parent
dafef02098
commit
850231a0f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455794
@ -12,7 +12,7 @@ MAKE_ARGS= BUILD_CLIENT=1 \
|
||||
USE_INTERNAL_SPEEX=0 \
|
||||
USE_INTERNAL_ZLIB=0 \
|
||||
USE_INTERNAL_JPEG=0 \
|
||||
CLIENT_LIBS+="-L${PREFIX}/lib -lSDL2 -lcurl -lopus" \
|
||||
CLIENT_LIBS+="-L${LOCALBASE}/lib -lSDL2 -lcurl -lopus" \
|
||||
USE_INTERNAL_OGG=0 \
|
||||
USE_INTERNAL_OPUS=0 \
|
||||
USE_CODEC_VORBIS=0 \
|
||||
|
Loading…
Reference in New Issue
Block a user