pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
brlcad: Add BROKEN - CMake doesn't work
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Fri Oct 21 01:07:02 2016 +0200
Changeset: a50d24d1410a9feb9a7e890c77920732764a7ea9
Modified Files:
brlcad/Makefile
Log Message:
brlcad: Add BROKEN - CMake doesn't work
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a50d24d1410a9feb9a7e890c77920732764a7ea9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
brlcad/Makefile | 11 +++++++++++
1 file changed, 11 insertions(+)
diffs:
diff --git a/brlcad/Makefile b/brlcad/Makefile
index 22479bb..388170e 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -24,6 +24,17 @@ 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
+CMAKE_ARGS+= -DNETPBM_LIBRARIES=${BUILDLINK_PREFIX.netpbm}/lib/libnetpbm.so
+CMAKE_ARGS+= -DNETPBM_INCLUDE_DIRS=${BUILDLINK_PREFIX.netpbm}/include
+
+CMAKE_ARGS+= -DTCL_INCLUDE_DIRS=${BUILDLINK_PREFIX.tcl}/include
+CMAKE_ARGS+= -DTCL_TCLSH_EXECUTABLE=${TCLSH}
+CMAKE_ARGS+= -DTCL_TCLSH=${TCLSH}
+CMAKE_ARGS+= -DTCL_LIBRARIES=${BUILDLINK_PREFIX.tcl}/lib/libtcl.so # wrappers will fix it
+
+BROKEN= CMake does not detect random things from system/pkgsrc, even it helped hard
+
+
MAKE_FLAGS+= V=1
MAKE_FLAGS+= VERBOSE=1
Home |
Main Index |
Thread Index |
Old Index