diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 12:25:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 12:25:19 +0000 |
commit | 8823c570909b596e08653edf1854ce5fb6a5d706 (patch) | |
tree | aa310b91a12d46623eda7f0a76e2795f4381b1e6 /emulators/twin | |
parent | 846c054cbdb4e8b03004707a3deb1f2ddef749ab (diff) |
Notes
Diffstat (limited to 'emulators/twin')
-rw-r--r-- | emulators/twin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index f0813fc7a46e..1dd226322418 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -41,6 +41,10 @@ INSTALLS_SHLIB= yes USE_GCC= 3.2 .endif +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + FMT?= /usr/bin/fmt LIBRARIES= libadvapi32.so libcomctl32.so libcomm.so \ |