aboutsummaryrefslogtreecommitdiff
path: root/graphics/pcl-pointclouds/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-06-28 20:13:16 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-06-29 05:25:08 +0000
commitbbdfe2cb924d880d01b65b5bceead4d21e71a733 (patch)
tree6f30d17d83a53abf16fedc286ae229442a066771 /graphics/pcl-pointclouds/Makefile
parente9a1c324d69343df8285867964da89190ce6fd4b (diff)
downloadports-bbdfe2cb924d880d01b65b5bceead4d21e71a733.tar.gz
ports-bbdfe2cb924d880d01b65b5bceead4d21e71a733.zip
graphics/pcl-pointclouds: Fix build on amd64
... by backporting patches from the upstream. Reported by: fallout
Diffstat (limited to 'graphics/pcl-pointclouds/Makefile')
-rw-r--r--graphics/pcl-pointclouds/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile
index 6c4cbb72addf..ece151e18b70 100644
--- a/graphics/pcl-pointclouds/Makefile
+++ b/graphics/pcl-pointclouds/Makefile
@@ -7,9 +7,12 @@ PKGNAMESUFFIX= -pointclouds
DISTNAME= source
DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}/${DISTVERSION}
-# backport of patches fixing tests
PATCH_SITES= https://github.com/PointCloudLibrary/pcl/commit/
-PATCHFILES= ba388061b0f9ed9584e57d6019c30b044a657c3e.patch:-p1 \
+# backport of patches fixing build
+PATCHFILES= d253f645f0bfbcd2c818fa5d0a6970c61f39c6b5.patch:-p1 \
+ b220d4b3e259dba0686d0b7cdbff10c668176ded.patch:-p1
+# backport of patches fixing tests
+PATCHFILES+= ba388061b0f9ed9584e57d6019c30b044a657c3e.patch:-p1 \
614e19d96bd8415dbfb52d86df0f3774a9f462fe.patch:-p1 \
09c76582b5ff0f2b942609f5c85744f1ce96e332.patch:-p1 \
5be6766fbb8f5e9b2fe97a077dd5be53e5fc6983.patch:-p1 \