pkgsrc-WIP-changes archive

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

brlcad: CMAKE_INSTALL_PREFIX is now officially supported



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Oct 21 13:46:39 2016 +0200
Changeset:	52ac2264fcdb6f93a63c38273d4cf8942754ed9d

Modified Files:
	brlcad/Makefile

Log Message:
brlcad: CMAKE_INSTALL_PREFIX is now officially supported

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

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

diffstat:
 brlcad/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/brlcad/Makefile b/brlcad/Makefile
index 4b7c6ab..821a84d 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -23,7 +23,6 @@ CMAKE_ARGS+=	-DTERMLIB_INCLUDE_DIR=${BUILDLINK_PREFIX.terminfo}/include
 CMAKE_ARGS+=	-DNETPBM_LIBRARIES=${BUILDLINK_PREFIX.netpbm}/lib/libnetpbm.so
 CMAKE_ARGS+=	-DNETPBM_INCLUDE_DIR=${BUILDLINK_PREFIX.netpbm}/include/netpbm
 
-# XXX: It needs a patch to be committed in ../../mk/configure/cmake.mk
 CMAKE_INSTALL_PREFIX=	${PREFIX}/brlcad
 
 PKGCONFIG_OVERRIDE+=	misc/pkgconfig/libanalyze.pc.in


Home | Main Index | Thread Index | Old Index