r14943 by fschmid - Fixed Bug #8974: "Lib2Geom scribushelper.h build failing"
scribus-commit
scribus-commit at lists.scribus.net
Sun Mar 28 10:40:23 CEST 2010
Revision: 14943
Author: fschmid
Date: 2010-03-28T08:30:50.053615Z
Commit message: Fixed Bug #8974: "Lib2Geom scribushelper.h build failing"
Changeset:
M /trunk/Scribus/scribus/third_party/wpg/CMakeLists.txt
M /trunk/Scribus/scribus/third_party/lib2geom/CMakeLists.txt
Diffs:
Index: scribus/third_party/lib2geom/CMakeLists.txt
===================================================================
--- scribus/third_party/lib2geom/CMakeLists.txt (revision 14942)
+++ scribus/third_party/lib2geom/CMakeLists.txt (revision 14943)
@@ -1,3 +1,8 @@
+INCLUDE_DIRECTORIES(
+${CMAKE_SOURCE_DIR}
+${CMAKE_SOURCE_DIR}/scribus
+)
+
SET(2GEOM_VERSION 0.1.0)
# We need to pass -fPIC only to lib2geom on amd64 - avoid it elsewhere see: http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1&chap=3
Index: scribus/third_party/wpg/CMakeLists.txt
===================================================================
--- scribus/third_party/wpg/CMakeLists.txt (revision 14942)
+++ scribus/third_party/wpg/CMakeLists.txt (revision 14943)
@@ -1,3 +1,7 @@
+INCLUDE_DIRECTORIES(
+${CMAKE_SOURCE_DIR}
+${CMAKE_SOURCE_DIR}/scribus
+)
SET(LIB_TYPE STATIC)
IF (ARCH_X86_64 EQUAL 1)
SET(CMAKE_CXX_FLAGS "$(CMAKE_CXX_FLAGS) -fPIC")
More information about the scribus-commit
mailing list