summaryrefslogtreecommitdiff
path: root/debian/patches/update-for-vtk-9.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/update-for-vtk-9.1.patch')
-rw-r--r--debian/patches/update-for-vtk-9.1.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/update-for-vtk-9.1.patch b/debian/patches/update-for-vtk-9.1.patch
new file mode 100644
index 0000000..37bf94e
--- /dev/null
+++ b/debian/patches/update-for-vtk-9.1.patch
@@ -0,0 +1,20 @@
+From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
+Date: Thu, 31 Mar 2022 18:54:49 +0200
+X-Dgit-Generated: 0.3.0~rc1+dfsg-11 040a0d033bc909736cb04d3fc2f9412588d24672
+Subject: Update for VTK 9.1
+
+Closes: #1008731
+
+---
+
+--- python-pcl-0.3.0~rc1+dfsg.orig/setup.py
++++ python-pcl-0.3.0~rc1+dfsg/setup.py
+@@ -546,7 +546,7 @@ else:
+ # ext_args['include_dirs'].append('/usr/include/vtk')
+ # ext_args['include_dirs'].append('/usr/local/include/vtk')
+ # pcl 1.7(Ubuntu)
+- ext_args['include_dirs'].append('/usr/include/vtk-9.0')
++ ext_args['include_dirs'].append('/usr/include/vtk-9.1')
+ ext_args['library_dirs'].append('/usr/lib')
+ # ext_args['libraries'].append('libvtk*.so')
+ # pcl 1.8.1(MacOSX)