summaryrefslogtreecommitdiff
path: root/cairo/pixman
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-09-15 09:49:37 +0000
committerOliver Bolte <obo@openoffice.org>2009-09-15 09:49:37 +0000
commit721cd486db826f7af5dc85db8cd39a2ae5374a3c (patch)
tree44ffd9d6b41732605517ffac176e71bdfbaee013 /cairo/pixman
parent21c021e0607307516acbc09a0470adf2586b9171 (diff)
#i10000# make cairo buildable for Hamburg RE
Diffstat (limited to 'cairo/pixman')
-rw-r--r--cairo/pixman/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/cairo/pixman/makefile.mk b/cairo/pixman/makefile.mk
index 93ce36623222..1eed5207de86 100644
--- a/cairo/pixman/makefile.mk
+++ b/cairo/pixman/makefile.mk
@@ -82,6 +82,11 @@ BUILD_ACTION=$(GNUMAKE) -f Makefile.win32
CONFIGURE_DIR=
CONFIGURE_ACTION=.$/configure
CONFIGURE_FLAGS=--enable-static=yes --enable-shared=no
+.IF "$(SYSBASE)"!=""
+.IF "$(EXTRA_CFLAGS)"!=""
+CONFIGURE_FLAGS+=CFLAGS="$(EXTRA_CFLAGS) $(EXTRA_CDEFS)"
+.ENDIF # "$(EXTRA_CDEFS)"!=""
+.ENDIF # "$(SYSBASE)"!=""
BUILD_ACTION=$(GNUMAKE)
BUILD_FLAGS+= -j$(EXTMAXPROCESS)
BUILD_DIR=$(CONFIGURE_DIR)