From fce225c98bf8b384bed821357dc047c59016c8c2 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 16 Aug 2004 01:16:13 +0000 Subject: BROKEN on 4.x: Does not compile --- emulators/vba/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emulators') 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 -- cgit