svn commit: r472208 - head/graphics/pcl-pointclouds

Yuri Victorovich yuri at FreeBSD.org
Mon Jun 11 20:59:18 UTC 2018


Author: yuri
Date: Mon Jun 11 20:59:17 2018
New Revision: 472208
URL: https://svnweb.freebsd.org/changeset/ports/472208

Log:
  graphics/pcl-pointclouds: Remove forgotten CXXFLAGS
  
  Reported by:	jbeich

Modified:
  head/graphics/pcl-pointclouds/Makefile

Modified: head/graphics/pcl-pointclouds/Makefile
==============================================================================
--- head/graphics/pcl-pointclouds/Makefile	Mon Jun 11 20:56:24 2018	(r472207)
+++ head/graphics/pcl-pointclouds/Makefile	Mon Jun 11 20:59:17 2018	(r472208)
@@ -3,7 +3,7 @@
 PORTNAME=	pcl
 DISTVERSIONPREFIX=	${PORTNAME}-
 DISTVERSION=	1.8.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics math
 PKGNAMESUFFIX=	-pointclouds
 
@@ -30,9 +30,6 @@ GH_ACCOUNT=	PointCloudLibrary
 USE_GL=		gl glu
 USE_XORG=	x11 xext xt ice sm
 USE_LDCONFIG=	yes
-
-# https://github.com/PointCloudLibrary/pcl/issues/2284
-CXXFLAGS+=	-DBOOST_UUID_RANDOM_GENERATOR_COMPAT
 
 PLIST_SUB=	SHL3=${DISTVERSION} SHL2=${DISTVERSION:R}
 


More information about the svn-ports-all mailing list