pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/pcl
Module Name: pkgsrc
Committed By: gdt
Date: Fri Oct 25 23:37:44 UTC 2024
Modified Files:
pkgsrc/graphics/pcl: Makefile
Log Message:
geography/pcl: Add upstream bug report of failure with boost 1.86.0
(Also, properly sort compiler variables.)
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/pcl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/pcl/Makefile
diff -u pkgsrc/graphics/pcl/Makefile:1.36 pkgsrc/graphics/pcl/Makefile:1.37
--- pkgsrc/graphics/pcl/Makefile:1.36 Fri Oct 4 03:49:27 2024
+++ pkgsrc/graphics/pcl/Makefile Fri Oct 25 23:37:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2024/10/04 03:49:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2024/10/25 23:37:44 gdt Exp $
DISTNAME= pcl-1.14.1
PKGREVISION= 5
@@ -13,8 +13,12 @@ LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/pcl-${DISTNAME}
-USE_CXX_FEATURES= c++14
+# fails with boost 1.86.0
+# https://github.com/PointCloudLibrary/pcl/issues/6157
+
USE_LANGUAGES= c c++
+USE_CXX_FEATURES= c++14
+
USE_TOOLS+= pkg-config
# Those could be enabled as options if desired.
Home |
Main Index |
Thread Index |
Old Index