summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-27 06:17:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-27 06:17:10 +0000
commit5cf94c069ad762647a46bf3fc3f681b55b393b9c (patch)
tree448b4933589d90778d1978a4c92aba4332cdda24 /emulators
parentAdd a fake MAINTAINER line so that people who just glance at the (diff)
BROKEN on 5.x: broken by new ATA driver
Notes
Notes: svn path=/head/; revision=92304
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile4
-rw-r--r--emulators/wine/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 99c6bea648ed..1316ffd26f9d 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -36,6 +36,10 @@ USE_REINPLACE= yes
BROKEN= "Not supported on systems prior to FreeBSD 4.x"
.endif
+.if ${OSVERSION} >= 501106
+BROKEN= "Broken by new ATA driver"
+.endif
+
.if defined(DEBUG)
STRIP=
.else
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 99c6bea648ed..1316ffd26f9d 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -36,6 +36,10 @@ USE_REINPLACE= yes
BROKEN= "Not supported on systems prior to FreeBSD 4.x"
.endif
+.if ${OSVERSION} >= 501106
+BROKEN= "Broken by new ATA driver"
+.endif
+
.if defined(DEBUG)
STRIP=
.else