diff options
author | yuri <yuri@FreeBSD.org> | 2018-06-12 04:59:17 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-06-12 04:59:17 +0800 |
commit | 1ef99e8d62dbd35f2e1b1175834db99fc6698f1b (patch) | |
tree | 2478904cd86821aa6eda8ecf2db556ad30483bd7 /graphics | |
parent | 60c4fc844bda7222b9ff996ba2bcd9b1d1fd6f7f (diff) | |
download | freebsd-ports-gnome-1ef99e8d62dbd35f2e1b1175834db99fc6698f1b.tar.gz freebsd-ports-gnome-1ef99e8d62dbd35f2e1b1175834db99fc6698f1b.tar.zst freebsd-ports-gnome-1ef99e8d62dbd35f2e1b1175834db99fc6698f1b.zip |
graphics/pcl-pointclouds: Remove forgotten CXXFLAGS
Reported by: jbeich
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pcl-pointclouds/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile index e3ca3843ef6c..5181ee769d21 100644 --- a/graphics/pcl-pointclouds/Makefile +++ b/graphics/pcl-pointclouds/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcl DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 1.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics math PKGNAMESUFFIX= -pointclouds @@ -31,9 +31,6 @@ 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} DATADIR= ${PREFIX}/share/${PORTNAME}-${DISTVERSION:R} # match the directory where the project installs .cmake files |