svn commit: r525272 - head/cad/stepcode
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Feb 5 13:25:52 UTC 2020
Author: pkubaj
Date: Wed Feb 5 13:25:51 2020
New Revision: 525272
URL: https://svnweb.freebsd.org/changeset/ports/525272
Log:
cad/stepcode: unbreak on powerpc64 elfv2
Builds fine.
Modified:
head/cad/stepcode/Makefile
Modified: head/cad/stepcode/Makefile
==============================================================================
--- head/cad/stepcode/Makefile Wed Feb 5 13:11:59 2020 (r525271)
+++ head/cad/stepcode/Makefile Wed Feb 5 13:25:51 2020 (r525272)
@@ -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
More information about the svn-ports-all
mailing list