aboutsummaryrefslogtreecommitdiff
path: root/databases/pointcloud/Makefile
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-08-29 07:43:05 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-08-29 07:43:05 +0000
commit83465bd7d139a0f625209b70a9e541e64abb5990 (patch)
tree02b1d7bd14398e2f8660a0c19011f9834cc9387a /databases/pointcloud/Makefile
parent6fef64c64d626419bee3f50087b11db4c81f01d3 (diff)
downloadports-83465bd7d139a0f625209b70a9e541e64abb5990.tar.gz
ports-83465bd7d139a0f625209b70a9e541e64abb5990.zip
databases/pointcloud: fix build on current
while I'm here, strip the library
Notes
Notes: svn path=/head/; revision=546878
Diffstat (limited to 'databases/pointcloud/Makefile')
-rw-r--r--databases/pointcloud/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/pointcloud/Makefile b/databases/pointcloud/Makefile
index ce6315bfea33..27fc7bfecaf0 100644
--- a/databases/pointcloud/Makefile
+++ b/databases/pointcloud/Makefile
@@ -6,6 +6,9 @@ PORTVERSION= 1.2.1
DISTVERSIONPREFIX= v
CATEGORIES= databases geography
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= 270f3e112519.patch:-p1
+
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= LIDAR types for PostgreSQL
@@ -24,4 +27,7 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= pgpointcloud
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/postgresql/pointcloud-${PORTVERSION:R}.so
+
.include <bsd.port.mk>