[115943] trunk/dports/math/metis/files/cmake_system_include.patch
sean at macports.org
sean at macports.org
Tue Jan 14 14:38:13 PST 2014
Revision: 115943
https://trac.macports.org/changeset/115943
Author: sean at macports.org
Date: 2014-01-14 14:38:13 -0800 (Tue, 14 Jan 2014)
Log Message:
-----------
metis: remove hardcoded prefix
Modified Paths:
--------------
trunk/dports/math/metis/files/cmake_system_include.patch
Modified: trunk/dports/math/metis/files/cmake_system_include.patch
===================================================================
--- trunk/dports/math/metis/files/cmake_system_include.patch 2014-01-14 22:02:55 UTC (rev 115942)
+++ trunk/dports/math/metis/files/cmake_system_include.patch 2014-01-14 22:38:13 UTC (rev 115943)
@@ -7,7 +7,7 @@
set(METIS_LIBRARY_TYPE STATIC)
endif(SHARED)
-+include_directories(SYSTEM /opt/local/include)
++include_directories(SYSTEM ${CMAKE_INSTALL_PREFIX}/include)
+
include(${GKLIB_PATH}/GKlibSystem.cmake)
# Add include directories.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140114/db02dba3/attachment.html>
More information about the macports-changes
mailing list