1
0
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:
Tobias Kortkamp 2017-12-08 18:56:08 +00:00
parent dafef02098
commit 850231a0f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455794

View File

@ -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 \