diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-19 18:47:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-19 18:47:13 +0800 |
commit | d28f482e5b05c67522aef1b07e6bb3d6e6489c01 (patch) | |
tree | 762c590cb78f4a5f95b962d1e8d0c6dd414cccde /cad | |
parent | 0bed0b5c088bd6ee0b0abd7bc56637cb0b0db425 (diff) | |
download | freebsd-ports-gnome-d28f482e5b05c67522aef1b07e6bb3d6e6489c01.tar.gz freebsd-ports-gnome-d28f482e5b05c67522aef1b07e6bb3d6e6489c01.tar.zst freebsd-ports-gnome-d28f482e5b05c67522aef1b07e6bb3d6e6489c01.zip |
Mark as broken on 5.x due to the usual gcc problems (string continuation).
Notified maintainer.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gwave/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index 60c888057d36..77c285cc61ad 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -27,4 +27,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= sp2sp.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + +.include <bsd.port.post.mk> |