diff options
author | pav <pav@FreeBSD.org> | 2008-04-27 06:03:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-27 06:03:08 +0800 |
commit | 2a1ac47ea1cccf3b202ff168afdfe7ead65023d3 (patch) | |
tree | 6de948d6a09921def4ec0442312399e220572c65 /games/kbilliards | |
parent | 5779d25a7569aee22ec676c9ee0a98373c040d0d (diff) | |
download | freebsd-ports-gnome-2a1ac47ea1cccf3b202ff168afdfe7ead65023d3.tar.gz freebsd-ports-gnome-2a1ac47ea1cccf3b202ff168afdfe7ead65023d3.tar.zst freebsd-ports-gnome-2a1ac47ea1cccf3b202ff168afdfe7ead65023d3.zip |
- Mark BROKEN on -CURRENT: error: declaration of C function 'long double
sqrt(long double)' conflicts...
Reported by: pointyhat
Diffstat (limited to 'games/kbilliards')
-rw-r--r-- | games/kbilliards/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/kbilliards/Makefile b/games/kbilliards/Makefile index b630df094f1a..5f64f2a3e9cd 100644 --- a/games/kbilliards/Makefile +++ b/games/kbilliards/Makefile @@ -32,6 +32,10 @@ CFLAGS+= -Dsqrtl=sqrt CFLAGS+= -Dround=rint .endif +.if ${OSVERSION} >= 800024 +BROKEN= does not compile +.endif + pre-configure: @cd ${WRKSRC} && ${PERL} admin/am_edit |