diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-18 18:42:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-18 18:42:44 +0000 |
commit | 8c7c7c4c27100a78437c1447ab043aa51bec6888 (patch) | |
tree | 31ad5664cde069f5e6df158997967ebde4209908 | |
parent | databases/mariadb55-server: Update to 5.5.50 (diff) |
Mark as broken with OPENMP options
Notes
Notes:
svn path=/head/; revision=417081
-rw-r--r-- | archivers/paq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/paq/Makefile b/archivers/paq/Makefile index 4bfe799bbf4c..165148f18757 100644 --- a/archivers/paq/Makefile +++ b/archivers/paq/Makefile @@ -66,7 +66,8 @@ PORTDATA= ${WDATA} ${DDATA} zpsfx .if ${PORT_OPTIONS:MOPENMP} OPENMP_CFLAGS+= -fopenmp -USE_GCC= any +USE_GCC= any +BROKEN= does not build .endif post-extract: |