diff options
author | erwin <erwin@FreeBSD.org> | 2009-08-21 23:20:40 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-08-21 23:20:40 +0800 |
commit | 96f177f57d3aed89e414f45ac6d1d43493664cc1 (patch) | |
tree | 491fd66f2d242f35aecbc1712045396f7ac4f462 /sysutils | |
parent | 51c8e3992fda4a20920f6ccffbc0e610ae05c1c7 (diff) | |
download | freebsd-ports-gnome-96f177f57d3aed89e414f45ac6d1d43493664cc1.tar.gz freebsd-ports-gnome-96f177f57d3aed89e414f45ac6d1d43493664cc1.tar.zst freebsd-ports-gnome-96f177f57d3aed89e414f45ac6d1d43493664cc1.zip |
Mark BROKEN on 8.x: error: conflicting types for 'dprintf'
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/busybox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index d1c9402b1d90..b1d8918bc800 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -25,6 +25,8 @@ PLIST_FILES= bin/busybox .if ${ARCH} == "amd64" BROKEN= does not compile +.elif ${OSVERSION} >= 800000 +BROKEN= does not compile .endif do-configure: |