diff options
Diffstat (limited to 'emulators')
-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 786a2655e50b..326cd1197ad6 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -37,6 +37,10 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+= --disable-intp .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + LIBRARIES= libadvapi32.so libcomctl32.so libcomm.so \ libcommdlg.so libddeml.so libkeyboard.so \ liblzexpand.so libmmsystem.so libmsvcrt.so \ |