Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2017 18:56:08 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455794 - head/games/iortcw/files
Message-ID:  <201712081856.vB8Iu8hs068959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Dec  8 18:56:08 2017
New Revision: 455794
URL: https://svnweb.freebsd.org/changeset/ports/455794

Log:
  games/iortcw: Fix build when PREFIX != LOCALBASE

Modified:
  head/games/iortcw/files/Makefile

Modified: head/games/iortcw/files/Makefile
==============================================================================
--- head/games/iortcw/files/Makefile	Fri Dec  8 18:44:07 2017	(r455793)
+++ head/games/iortcw/files/Makefile	Fri Dec  8 18:56:08 2017	(r455794)
@@ -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 \



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