|
From: <ai...@us...> - 2013-10-13 00:47:15
|
Revision: 12593
http://sourceforge.net/p/plplot/code/12593
Author: airwin
Date: 2013-10-13 00:47:13 +0000 (Sun, 13 Oct 2013)
Log Message:
-----------
Drop the --enable-pcregrep-libz configure option to make the MSYS/Wine
build work without the autotools finagling required to find the
MSYS zlib library and header.
Modified Paths:
--------------
trunk/cmake/build_projects/libpcre/bp.cmake
Modified: trunk/cmake/build_projects/libpcre/bp.cmake
===================================================================
--- trunk/cmake/build_projects/libpcre/bp.cmake 2013-10-12 19:50:43 UTC (rev 12592)
+++ trunk/cmake/build_projects/libpcre/bp.cmake 2013-10-13 00:47:13 UTC (rev 12593)
@@ -84,7 +84,7 @@
DEPENDS ${${BP_PACKAGE}_dependencies_targets}
URL ${${BP_PACKAGE}_URL}
URL_HASH ${${BP_PACKAGE}_DOWNLOAD_HASH_TYPE}=${${BP_PACKAGE}_DOWNLOAD_HASH}
- CONFIGURE_COMMAND ${ENV_EXECUTABLE} PATH=${BP_PATH} ${${BP_PACKAGE}_SET_CFLAGS} ${source_PATH}/${BP_CONFIGURE_COMMAND} --enable-unicode-properties --enable-pcre16 --enable-pcre32 --enable-pcregrep-libz --disable-static
+ CONFIGURE_COMMAND ${ENV_EXECUTABLE} PATH=${BP_PATH} ${${BP_PACKAGE}_SET_CFLAGS} ${source_PATH}/${BP_CONFIGURE_COMMAND} --enable-unicode-properties --enable-pcre16 --enable-pcre32 --disable-static
BUILD_COMMAND ${ENV_EXECUTABLE} PATH=${BP_PATH} ${BP_PARALLEL_MAKE_COMMAND}
BUILD_IN_SOURCE OFF
INSTALL_COMMAND ${ENV_EXECUTABLE} PATH=${BP_PATH} ${BP_PARALLEL_MAKE_COMMAND} install
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|