diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-02 03:24:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-02 03:24:00 +0800 |
commit | a6bef84e481b1eb09039107aaf3b73f07b7743b5 (patch) | |
tree | e590a1fe25ef8fd6c3924c68296537c795f3af31 /cad | |
parent | fa54b0591d877b49d3bd8fc7d1218980e4d979a5 (diff) | |
download | freebsd-ports-gnome-a6bef84e481b1eb09039107aaf3b73f07b7743b5.tar.gz freebsd-ports-gnome-a6bef84e481b1eb09039107aaf3b73f07b7743b5.tar.zst freebsd-ports-gnome-a6bef84e481b1eb09039107aaf3b73f07b7743b5.zip |
Provide error messages for some ports failing on aarch64, and, in a
few cases, other tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/alliance/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index deab3e824c8b..28e04d902d3a 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -17,6 +17,8 @@ LICENSE_NAME= Alliance VLSI Cad System License LICENSE_FILE= ${WRKSRC}/LICENCE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_aarch64= fails to link: collect2: error: ld returned 1 exit status + WRKSRC= ${WRKDIR}/alliance-5.0 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message |