aboutsummaryrefslogtreecommitdiffstats
path: root/lang/go14
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-09-01 22:59:03 +0800
committerlinimon <linimon@FreeBSD.org>2017-09-01 22:59:03 +0800
commitabfccdfa5eaaa41e4ce7bebc746b5b35161645ac (patch)
tree61741b7e2755fab3e6f1d1490dcf73abc19cad59 /lang/go14
parentd6efaa36311d2bfdf05136e18ad79c64daaaf4f3 (diff)
downloadfreebsd-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/Makefile5
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