diff options
Diffstat (limited to 'textproc/ctpp2/files/patch-CMakeLists.txt.in')
-rw-r--r-- | textproc/ctpp2/files/patch-CMakeLists.txt.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/ctpp2/files/patch-CMakeLists.txt.in b/textproc/ctpp2/files/patch-CMakeLists.txt.in new file mode 100644 index 000000000000..b491ce252ab2 --- /dev/null +++ b/textproc/ctpp2/files/patch-CMakeLists.txt.in @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2008-08-29 11:03:56.000000000 -0400 ++++ CMakeLists.txt 2008-08-29 11:04:01.000000000 -0400 +@@ -20,7 +20,7 @@ + OPTION(SKIP_RELINK_RPATH "Skip relinking and full RPATH for the install tree" OFF) + + # uild optimized code for following CPU (default i386) +-SET(CPU_TUNE "i686") ++%%HASHMARK%%SET(CPU_TUNE "%%TUNE_PARAM%%") + + SET(CTPP_FLOAT_PRECISION 12) + |