Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pcl/files/
Date: Thu, 26 Jan 2017 23:10:10
Message-Id: 1485472195.91e58ba4e2255d266cf75ba8d8a29c0628f11762.aballier@gentoo
1 commit: 91e58ba4e2255d266cf75ba8d8a29c0628f11762
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 21:57:21 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 23:09:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e58ba4
7
8 sci-libs/pcl: remove now unused patch
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-libs/pcl/files/nogl.patch | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/sci-libs/pcl/files/nogl.patch b/sci-libs/pcl/files/nogl.patch
16 deleted file mode 100644
17 index 0be97e8..00000000
18 --- a/sci-libs/pcl/files/nogl.patch
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -commit 1361899d1a336938811eceb17e2f71abe650ae17
22 -Author: Davide Viti <zinosat@×××××××.it>
23 -Date: Sun Nov 9 21:37:28 2014 +0100
24 -
25 - Add "WITH_OPENGL" option to make OpenGL and Glut inclusion conditional
26 -
27 -diff --git a/CMakeLists.txt b/CMakeLists.txt
28 -index 6cc473d..7fda151 100644
29 ---- a/CMakeLists.txt
30 -+++ b/CMakeLists.txt
31 -@@ -403,7 +403,10 @@ if(WITH_PCAP)
32 - endif(WITH_PCAP)
33 -
34 - # OpenGL and GLUT
35 --include("${PCL_SOURCE_DIR}/cmake/pcl_find_gl.cmake")
36 -+option(WITH_OPENGL "Support for OpenGL" TRUE)
37 -+if(WITH_OPENGL)
38 -+ include("${PCL_SOURCE_DIR}/cmake/pcl_find_gl.cmake")
39 -+endif(WITH_OPENGL)
40 -
41 - ### ---[ Create the config.h file
42 - set(pcl_config_h_in "${CMAKE_CURRENT_SOURCE_DIR}/pcl_config.h.in")