diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-02-05 13:25:51 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-02-05 13:25:51 +0000 |
| commit | bbadbb7b8853dc2e6f742615edfbb8905a9fcea9 (patch) | |
| tree | 68010a5084f89dde77b0f91a5c9a44ea3797b2b7 /cad/stepcode | |
| parent | d15e3b81388d398aa6ecf2e53173b31fc6378036 (diff) | |
Notes
Diffstat (limited to 'cad/stepcode')
| -rw-r--r-- | cad/stepcode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/stepcode/Makefile b/cad/stepcode/Makefile index 2b597c7aba54..b0218e9b686c 100644 --- a/cad/stepcode/Makefile +++ b/cad/stepcode/Makefile @@ -12,7 +12,8 @@ COMMENT= Generates C++ and Python from ISO10303 files LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1 +BROKEN_FreeBSD_11_powerpc64= fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1 +BROKEN_FreeBSD_12_powerpc64= fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1 USES= cmake compiler:c++11-lang USE_GITHUB= yes |
