Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2018 20:59:17 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472208 - head/graphics/pcl-pointclouds
Message-ID:  <201806112059.w5BKxH51088478@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806112059.w5BKxH51088478>