aboutsummaryrefslogtreecommitdiff
path: root/graphics/colmap/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-10-10 21:44:29 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-10-10 21:44:29 +0000
commit96bc9a92c5f89080c8b3eceef0d9ff008c7163f7 (patch)
treede53bfb8eb32df5e5703383ddf0f2a01ccbfcf2e /graphics/colmap/Makefile
parentb50a96bbea255ff8e08b39340bc2dc9f9704aea4 (diff)
downloadports-96bc9a92c5f89080c8b3eceef0d9ff008c7163f7.tar.gz
ports-96bc9a92c5f89080c8b3eceef0d9ff008c7163f7.zip
Notes
Diffstat (limited to 'graphics/colmap/Makefile')
-rw-r--r--graphics/colmap/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile
index c88db55d4f01..98a47c5476d7 100644
--- a/graphics/colmap/Makefile
+++ b/graphics/colmap/Makefile
@@ -86,13 +86,4 @@ post-install-DOCS-on:
(cd ${WRKSRC}/doc/_build/html && ${COPYTREE_SHARE} \
"${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
-.include <bsd.port.options.mk>
-
-post-patch: sincos-arm
-sincos-arm:
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101504 && ${MACHINE} == arm
- @${REINPLACE_CMD} -e 's/-ffast-math/& -fno-unsafe-math-optimizations/' \
- ${WRKSRC}/lib/PoissonRecon/CMakeLists.txt
-.endif
-
.include <bsd.port.mk>