pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

brlcad: Fix linking with terminfo



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Oct 21 00:02:57 2016 +0200
Changeset:	7d1f6a89e596278cf1f27b407caa72678dee1aba

Modified Files:
	brlcad/Makefile

Log Message:
brlcad: Fix linking with terminfo

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7d1f6a89e596278cf1f27b407caa72678dee1aba

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 brlcad/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diffs:
diff --git a/brlcad/Makefile b/brlcad/Makefile
index cbbfd9e..22479bb 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -18,8 +18,11 @@ USE_LANGUAGES=	c c++ fortran
 CMAKE_ARGS+=	-DBRLCAD_BUNDLED_LIBS=OFF
 CMAKE_ARGS+=	-DLEMON_TEMPLATE:PATH=${PREFIX}/share/lemon/lempar.c
 
-CMAKE_ARGS+=	-DTINYCTHREAD_LIBRARY=${PREFIX}/lib/libtinycthread.so
-CMAKE_ARGS+=	-DTINYCTHREAD_INCLUDE_DIR=${PREFIX}/include
+CMAKE_ARGS+=	-DTINYCTHREAD_LIBRARY=${BUILDLINK_PREFIX.tinycthread}/lib/libtinycthread.so
+CMAKE_ARGS+=	-DTINYCTHREAD_INCLUDE_DIR=${BUILDLINK_PREFIX.tinycthread}/include
+
+CMAKE_ARGS+=	-DTERMLIB_LIBRARY=${BUILDLINK_PREFIX.terminfo}/lib/lib${BUILDLINK_LIBNAME.terminfo}.so
+CMAKE_ARGS+=	-DTERMLIB_INCLUDE_DIR=${BUILDLINK_PREFIX.terminfo}/include
 
 MAKE_FLAGS+=	V=1
 MAKE_FLAGS+=	VERBOSE=1


Home | Main Index | Thread Index | Old Index