From 99264f7c324c0194f351b6e0d1095712eb2e785e Mon Sep 17 00:00:00 2001 From: vanilla Date: Sat, 23 Jul 2005 02:59:34 +0000 Subject: Make IGNORE on 4.X. It does not build, and GCC 3.4 won't help here. --- graphics/edje/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/edje') diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile index 5101418..b936b5d 100644 --- a/graphics/edje/Makefile +++ b/graphics/edje/Makefile @@ -27,4 +27,10 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.include +.include + +.if ${OSVERSION} < 50000 +IGNORE= Does not build on 4.X +.endif + +.include -- cgit v1.1