diff options
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 \ |