* [gentoo-commits] gentoo-x86 commit in media-libs/qhull/files: qhull-2010.1-cmake-install.patch
@ 2010-10-03 23:42 99% Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 1+ results
From: Sebastien Fabbro (bicatali) @ 2010-10-03 23:42 UTC (permalink / raw
To: gentoo-commits
bicatali 10/10/03 23:42:49
Modified: qhull-2010.1-cmake-install.patch
Log:
Error in previous patch, now installs all qhull headers to allow reverse dependencies to be compatible
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.2 media-libs/qhull/files/qhull-2010.1-cmake-install.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qhull/files/qhull-2010.1-cmake-install.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qhull/files/qhull-2010.1-cmake-install.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qhull/files/qhull-2010.1-cmake-install.patch?r1=1.1&r2=1.2
Index: qhull-2010.1-cmake-install.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/qhull/files/qhull-2010.1-cmake-install.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qhull-2010.1-cmake-install.patch 3 Oct 2010 21:55:52 -0000 1.1
+++ qhull-2010.1-cmake-install.patch 3 Oct 2010 23:42:49 -0000 1.2
@@ -1,6 +1,6 @@
diff -Nur qhull-2010.1.orig/CMakeLists.txt qhull-2010.1/CMakeLists.txt
---- qhull-2010.1.orig/CMakeLists.txt 2010-01-10 00:07:32.000000000 +0000
-+++ qhull-2010.1/CMakeLists.txt 2010-10-03 22:16:50.000000000 +0100
+--- qhull-2010.1.orig/CMakeLists.txt 2010-10-03 23:04:04.000000000 +0100
++++ qhull-2010.1/CMakeLists.txt 2010-10-03 23:26:54.000000000 +0100
@@ -1,8 +1,44 @@
project(qhull)
-cmake_minimum_required(VERSION 2.4)
@@ -51,8 +51,8 @@
+install(DIRECTORY html/ DESTINATION ${DOC_INSTALL_DIR})
+endif (WITH_DOCS)
diff -Nur qhull-2010.1.orig/src/CMakeLists.txt qhull-2010.1/src/CMakeLists.txt
---- qhull-2010.1.orig/src/CMakeLists.txt 2010-01-10 00:07:32.000000000 +0000
-+++ qhull-2010.1/src/CMakeLists.txt 2010-10-03 22:21:34.000000000 +0100
+--- qhull-2010.1.orig/src/CMakeLists.txt 2010-10-03 23:04:04.000000000 +0100
++++ qhull-2010.1/src/CMakeLists.txt 2010-10-04 00:23:47.000000000 +0100
@@ -23,8 +23,25 @@
file(GLOB qhull_hdr *.h)
@@ -95,4 +95,4 @@
+install(TARGETS qhull qhullcmd rbox qconvex qdelaunay qvoronoi qhalf
+ RUNTIME DESTINATION ${BIN_INSTALL_DIR}
+ LIBRARY DESTINATION ${LIB_INSTALL_DIR})
-+install(FILES libqhull.h DESTINATION ${INCLUDE_INSTALL_DIR})
++install(FILES ${qhull_hdr} DESTINATION ${INCLUDE_INSTALL_DIR}/qhull)
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-03 23:42 99% [gentoo-commits] gentoo-x86 commit in media-libs/qhull/files: qhull-2010.1-cmake-install.patch Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox