diff options
author | linimon <linimon@FreeBSD.org> | 2017-09-01 22:59:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-09-01 22:59:03 +0800 |
commit | abfccdfa5eaaa41e4ce7bebc746b5b35161645ac (patch) | |
tree | 61741b7e2755fab3e6f1d1490dcf73abc19cad59 /lang/go14 | |
parent | d6efaa36311d2bfdf05136e18ad79c64daaaf4f3 (diff) | |
download | freebsd-ports-gnome-abfccdfa5eaaa41e4ce7bebc746b5b35161645ac.tar.gz freebsd-ports-gnome-abfccdfa5eaaa41e4ce7bebc746b5b35161645ac.tar.zst freebsd-ports-gnome-abfccdfa5eaaa41e4ce7bebc746b5b35161645ac.zip |
Remove obsolete comment.
Reported by: manu
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/go14')
-rw-r--r-- | lang/go14/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/go14/Makefile b/lang/go14/Makefile index 261e7a1c6c89..ed977a704d7b 100644 --- a/lang/go14/Makefile +++ b/lang/go14/Makefile @@ -31,11 +31,6 @@ WRKSRC= ${WRKDIR}/go ONLY_FOR_ARCHS= amd64 armv6 i386 -# NB: apparently this failure is only when running under emulation via -# qemu; it works fine on native hardware. Let's leave the line in as a -# reminder, but commented out for now while this is being investigated. -#BROKEN_armv6= Fails to configure: wait: interrupted system call - .include <bsd.port.pre.mk> # If cc is clang, change it to clang to help Go identify the compiler |