diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-14 07:21:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-14 07:21:37 +0800 |
commit | 0dad469ebecc7feb15d8acf58c45e5fc4c62829b (patch) | |
tree | 4ae3b8a2f12ec648a3f08b6e08e43bdddbde045b /emulators/simh | |
parent | a1030d0a8021a1b0b60672b327ac3b4d985f1963 (diff) | |
download | freebsd-ports-gnome-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.tar.gz freebsd-ports-gnome-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.tar.zst freebsd-ports-gnome-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'emulators/simh')
-rw-r--r-- | emulators/simh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index b6e3c18d67f9..175ee9faf0b7 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -17,6 +17,8 @@ COMMENT= Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others LICENSE= BSD3CLAUSE +BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option "-Wno-logical-op-parentheses" + NO_WRKSUBDIR= yes USES= gmake dos2unix zip |