summaryrefslogtreecommitdiff
path: root/cairo
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-09-27 17:27:12 +0300
committerTor Lillqvist <tml@iki.fi>2011-09-27 17:29:49 +0300
commit1682fcc2356e8442b345cefd530cafe1b2aaa9db (patch)
tree9b2aef038d54aeb1d87491f6eb1fc148d65d9418 /cairo
parent642553238cc531f39049150ff52cf4e152b5abe6 (diff)
Dmake's .IF expression parser is apparently broken, >= works but > doesn't
Diffstat (limited to 'cairo')
-rw-r--r--cairo/cairo/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo/cairo/makefile.mk b/cairo/cairo/makefile.mk
index c13b5a873605..500cdea889c8 100644
--- a/cairo/cairo/makefile.mk
+++ b/cairo/cairo/makefile.mk
@@ -108,7 +108,7 @@ cairo_CPPFLAGS+=$(EXTRA_CFLAGS) $(EXTRA_CDEFS)
.ENDIF # "$(SYSBASE)"!=""
CONFIGURE_DIR=
CONFIGURE_ACTION=cp $(SRC_ROOT)$/$(PRJNAME)$/cairo$/dummy_pkg_config . && .$/configure
-.IF $(MAC_OS_X_VERSION_MIN_REQUIRED) > 1040
+.IF $(MAC_OS_X_VERSION_MIN_REQUIRED) >= 1050
PATCH_FILES+=..$/$(TARFILE_NAME).no-atsui.patch
.ENDIF
CONFIGURE_FLAGS=--enable-static=no --disable-xlib --disable-ft --disable-svg --enable-quartz --enable-quartz-font --enable-gtk-doc=no --enable-test-surfaces=no PKG_CONFIG=./dummy_pkg_config ZLIB3RDLIB=$(ZLIB3RDLIB) COMPRESS=$(cairo_COMPRESS)