diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-10 21:44:29 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-10 21:44:29 +0000 |
commit | 96bc9a92c5f89080c8b3eceef0d9ff008c7163f7 (patch) | |
tree | de53bfb8eb32df5e5703383ddf0f2a01ccbfcf2e /graphics/colmap | |
parent | b50a96bbea255ff8e08b39340bc2dc9f9704aea4 (diff) | |
download | ports-96bc9a92c5f89080c8b3eceef0d9ff008c7163f7.tar.gz ports-96bc9a92c5f89080c8b3eceef0d9ff008c7163f7.zip |
Notes
Diffstat (limited to 'graphics/colmap')
-rw-r--r-- | graphics/colmap/Makefile | 9 |
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> |