diff options
Diffstat (limited to 'textproc/ctpp2/files/patch-CMakeLists.txt')
-rw-r--r-- | textproc/ctpp2/files/patch-CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/ctpp2/files/patch-CMakeLists.txt b/textproc/ctpp2/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..19236d8703d9 --- /dev/null +++ b/textproc/ctpp2/files/patch-CMakeLists.txt @@ -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") ++SET(CPU_TUNE "generic") + + SET(CTPP_FLOAT_PRECISION 12) + |