diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 19:27:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 19:27:11 +0000 |
commit | e2a4ba760d89f4f1a467d78df13fcbb5452465be (patch) | |
tree | 2e6ec41c9edc44ad89cd603246a42b4e40304083 /cad | |
parent | 50cdf9c5b8c759cb45de6caaf5549d3abc481b38 (diff) | |
download | ports-e2a4ba760d89f4f1a467d78df13fcbb5452465be.tar.gz ports-e2a4ba760d89f4f1a467d78df13fcbb5452465be.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/mars/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile index 784cd44ebe68..f5baba0fec95 100644 --- a/cad/mars/Makefile +++ b/cad/mars/Makefile @@ -32,7 +32,7 @@ MAN1= mars.1 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= "Does not compile with recent gcc: needs stdarg.h, not varargs.h" .endif do-install: |