diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-22 07:56:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-22 07:56:02 +0800 |
commit | 89d1412f003464b1e96e188ecc1576b5a3ec4bec (patch) | |
tree | b7789e6c3cc54829cfc2dcafbff45519cd5a1b6b /net/xisp | |
parent | 55fe37c8025cd197efa6b0de38c60592f1a4fddd (diff) | |
download | freebsd-ports-gnome-89d1412f003464b1e96e188ecc1576b5a3ec4bec.tar.gz freebsd-ports-gnome-89d1412f003464b1e96e188ecc1576b5a3ec4bec.tar.zst freebsd-ports-gnome-89d1412f003464b1e96e188ecc1576b5a3ec4bec.zip |
Per bento logs, mark as broken on 5.x due to varargs.h being deprecated
in gcc3.3. Notified maintainer.
Diffstat (limited to 'net/xisp')
-rw-r--r-- | net/xisp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/xisp/Makefile b/net/xisp/Makefile index a726799b3ba0..11f637d2925f 100644 --- a/net/xisp/Makefile +++ b/net/xisp/Makefile @@ -22,4 +22,10 @@ USE_XPM= yes MAN1= xisp.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile due to deprecation of varargs.h" +.endif + +.include <bsd.port.post.mk> |