[Libreoffice-commits] .: Branch 'libreoffice-3-5' - cairo/cairo
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Fri Dec 16 12:38:44 PST 2011
cairo/cairo/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b849576a248a540083c3a73f7e554a4753fe0e03
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Fri Dec 16 12:06:02 2011 -0600
MacOSX build breaker for MacOSX
somehow having -L $solenv/$OUTPATH/lib which does not exist, in a command
cause some trouble. in configure...
diff --git a/cairo/cairo/makefile.mk b/cairo/cairo/makefile.mk
index 9aeecde..ccad5b4 100644
--- a/cairo/cairo/makefile.mk
+++ b/cairo/cairo/makefile.mk
@@ -59,7 +59,7 @@ PATCH_FILES+=..$/$(TARFILE_NAME).ios.patch
.ENDIF
cairo_CFLAGS=$(SOLARINC)
-cairo_LDFLAGS=-L$(SOLARENV)$/$(OUTPATH)$/lib -L$(SOLARVER)$/$(INPATH)$/lib
+cairo_LDFLAGS=-L$(SOLARVER)$/$(INPATH)$/lib
cairo_CPPFLAGS=
More information about the Libreoffice-commits
mailing list