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

databases/grass8: fix build on powerpc

No libomp on powerpc.
parent 8e82cdff
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,6 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \
--with-geos=${LOCALBASE}/bin/geos-config \
--with-gdal=${LOCALBASE}/bin/gdal-config \
--with-pthread=yes \
--with-openmp \
--prefix=${LOCALBASE} \
--exec-prefix=${LOCALBASE}
......@@ -119,6 +118,10 @@ PGSQL_CONFIGURE_WITH= postgres
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