diff options
author | erwin <erwin@FreeBSD.org> | 2011-03-01 18:27:40 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2011-03-01 18:27:40 +0800 |
commit | 4f4f6f75f45237a32a3bbaeebe32a4581f5ade3a (patch) | |
tree | 9147ae941cfb5c41b7f67840b5724c6ac2821c56 /devel/dsss | |
parent | c23e53084094629c15387cb7e2e51d1e99d787da (diff) | |
download | freebsd-ports-gnome-4f4f6f75f45237a32a3bbaeebe32a4581f5ade3a.tar.gz freebsd-ports-gnome-4f4f6f75f45237a32a3bbaeebe32a4581f5ade3a.tar.zst freebsd-ports-gnome-4f4f6f75f45237a32a3bbaeebe32a4581f5ade3a.zip |
Mark BROKEN on HEAD after the addition of log2 to libm
Diffstat (limited to 'devel/dsss')
-rw-r--r-- | devel/dsss/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/dsss/Makefile b/devel/dsss/Makefile index bbad56ce85ed..a255d3950f48 100644 --- a/devel/dsss/Makefile +++ b/devel/dsss/Makefile @@ -32,6 +32,10 @@ MAN1= dsss.1 rebuild.1 MANUAL_PACKAGE_BUILD= hangs on pointyhat .endif +.if ${OSVERSION} >= 900027 +BROKEN= does not build +.endif + post-patch: @${REINPLACE_CMD} -e 's|share/man|man|' \ ${WRKSRC}/dsss.conf |