diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-04-05 13:29:57 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-04-05 13:29:57 +0200 |
commit | 7050634f2718e5cfcf46936cb8a321950642f51c (patch) | |
tree | a6fcd7446effc31232d057bd00e920fb600a4dbc /cairo/cairo-1.8.0.patch | |
parent | dc715ad0d597924e1a6b524c888c85112f9df159 (diff) |
masterfix DEV300: #i10000# SRC_ROOT -> SOLARSRC
Diffstat (limited to 'cairo/cairo-1.8.0.patch')
-rw-r--r-- | cairo/cairo-1.8.0.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cairo/cairo-1.8.0.patch b/cairo/cairo-1.8.0.patch index 424c6041562d..dc2b6e44cd77 100644 --- a/cairo/cairo-1.8.0.patch +++ b/cairo/cairo-1.8.0.patch @@ -7,8 +7,8 @@ diff -ur misc/build/cairo-1.8.0.org/build/Makefile.win32.common misc/build/cairo -PIXMAN_CFLAGS := -I$(top_srcdir)/../pixman/pixman -PIXMAN_LIBS := $(top_builddir)/../pixman/pixman/$(CFG)/pixman-1.lib -+PIXMAN_CFLAGS := -I$(SRC_ROOT)/cairo/$(INPATH)/inc -+PIXMAN_LIBS := $(SRC_ROOT)/cairo/$(INPATH)/lib/pixman-1.lib ++PIXMAN_CFLAGS := -I$(SOLARSRC)/cairo/$(INPATH)/inc ++PIXMAN_LIBS := $(SOLARSRC)/cairo/$(INPATH)/lib/pixman-1.lib CAIRO_LIBS = gdi32.lib msimg32.lib user32.lib ifeq ($(CAIRO_HAS_PNG_FUNCTIONS),1) |