diff options
author | Andreas Schäfer <gentryx@gmx.de> | 2013-01-29 21:40:47 +0100 |
---|---|---|
committer | Andreas Schäfer <gentryx@gmx.de> | 2013-01-29 21:40:47 +0100 |
commit | 4fe332f7fef46b7ac8f6264c44144d0e47ee0f49 (patch) | |
tree | f5ee6d52f2acdff5957096e0cdb3c820b9bac7e0 /sci-libs/libgeodecomp/files/cmake.patch | |
parent | added likwid ebuild (diff) | |
download | sci-4fe332f7fef46b7ac8f6264c44144d0e47ee0f49.tar.gz sci-4fe332f7fef46b7ac8f6264c44144d0e47ee0f49.tar.bz2 sci-4fe332f7fef46b7ac8f6264c44144d0e47ee0f49.zip |
fixed compilation with newer cmake, removed currently unused use flags
Diffstat (limited to 'sci-libs/libgeodecomp/files/cmake.patch')
-rw-r--r-- | sci-libs/libgeodecomp/files/cmake.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-libs/libgeodecomp/files/cmake.patch b/sci-libs/libgeodecomp/files/cmake.patch new file mode 100644 index 000000000..de6e42f41 --- /dev/null +++ b/sci-libs/libgeodecomp/files/cmake.patch @@ -0,0 +1,17 @@ +diff -ru libgeodecomp-0.1.0/src/util.cmake libgeodecomp-0.1.0-nju/src/util.cmake +--- libgeodecomp-0.1.0/src/util.cmake 2012-06-27 12:26:46.000000000 +0200 ++++ libgeodecomp-0.1.0-nju/src/util.cmake 2013-01-29 20:52:43.306376967 +0100 +@@ -54,11 +54,11 @@ + endforeach(i) + + if(STRIPPED_SOURCES) +- list(SORT STRIPPED_SOURCES ${STRIPPED_SOURCES}) ++ list(SORT STRIPPED_SOURCES) + endif(STRIPPED_SOURCES) + + if(STRIPPED_HEADERS) +- list(SORT STRIPPED_HEADERS ${STRIPPED_HEADERS}) ++ list(SORT STRIPPED_HEADERS) + endif(STRIPPED_HEADERS) + + set(MY_AUTO "set(SOURCES \${SOURCES}\n") |