Revision: 12802
http://sourceforge.net/p/plplot/code/12802
Author: airwin
Date: 2013-12-02 07:39:09 +0000 (Mon, 02 Dec 2013)
Log Message:
-----------
Add itstool-1.2.0-python-location-fixes.patch which is normally done
automatically after itstool/CMakeLists.txt is automatically
configured, but the changes were so large that this process had to be
done by hand editing this time.
Modified Paths:
--------------
trunk/cmake/epa_build/itstool/CMakeLists.txt
Modified: trunk/cmake/epa_build/itstool/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/itstool/CMakeLists.txt 2013-12-02 07:25:56 UTC (rev 12801)
+++ trunk/cmake/epa_build/itstool/CMakeLists.txt 2013-12-02 07:39:09 UTC (rev 12802)
@@ -71,6 +71,7 @@
set(URL http://files.itstool.org/itstool/itstool-1.2.0.tar.bz2)
set(DOWNLOAD_HASH_TYPE SHA256)
set(DOWNLOAD_HASH 46fed63fb89c72dbfc03097b4477084ff05ad6f171212d8f1f1546ea543978aa)
+set(PATCH itstool-1.2.0-python-location-fixes.patch)
# Data that is related to the PATH that must be used.
if(MSYS_PLATFORM)
@@ -97,6 +98,7 @@
DEPENDS ${dependencies_targets}
URL ${URL}
URL_HASH ${DOWNLOAD_HASH_TYPE}=${DOWNLOAD_HASH}
+ PATCH_COMMAND ${PATCH_EXECUTABLE} -p1 < ${CMAKE_SOURCE_DIR}/itstool/${PATCH}
CONFIGURE_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} ${SET_CFLAGS} ${SET_CXXFLAGS} ${source_PATH}/${EPA_CONFIGURE_COMMAND}
BUILD_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} ${BP_PARALLEL_MAKE_COMMAND}
BUILD_IN_SOURCE OFF
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|