Skip to content
Snippets Groups Projects
Commit 36294b0b authored by Piotr Kubaj's avatar Piotr Kubaj
Browse files

databases/grass8: check for omp.h on all architectures

parent fc8cac15
No related branches found
No related tags found
No related merge requests found
......@@ -109,16 +109,16 @@ PDAL_LIB_DEPENDS= libpdal_base.so:math/pdal
PGSQL_USES= pgsql
PGSQL_CONFIGURE_WITH= postgres
.if exists(/usr/include/omp.h)
CONFIGURE_ARGS+= --with-openmp
.endif
.include <bsd.port.pre.mk>
.if !defined (GRASS_INST_DIR)
GRASS_INST_DIR= ${PORTNAME}${VER}
.endif
.if ${ARCH} != powerpc
CONFIGURE_ARGS+= --with-openmp
.endif
MANDIRS= ${PREFIX}/grass${VER}/docs/man/man1
post-patch:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment