diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vba/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 41f01740f471..889af7629eae 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -31,6 +31,10 @@ TARGET_DIR= ${PREFIX}/bin/ CFLAGS+= -O0 .endif +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x" +.endif + .ifndef(PROFILING) CONFIGURE_ARGS+= --without-profiling .endif |