1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

databases/grass8: fix build on powerpc

No libomp on powerpc.
This commit is contained in:
Piotr Kubaj 2022-01-22 13:33:25 +00:00
parent 8e82cdff2c
commit 26ed2ece6d

View File

@ -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: