]> git.pld-linux.org Git - packages/CGAL.git/blob - CGAL-install_cgal-no_versions_in_compiler_config.h.patch
- unify adapter cosmetics
[packages/CGAL.git] / CGAL-install_cgal-no_versions_in_compiler_config.h.patch
1 --- CGAL-3.2.1/install_cgal.orig        2006-08-17 15:47:05.000000000 +0200
2 +++ CGAL-3.2.1/install_cgal     2006-08-17 16:06:47.000000000 +0200
3 @@ -3161,7 +3161,6 @@
4                 "----------------" \
5                 >> ${_file}
6              ${_printf} "%s\n" "#ifndef CGAL_NO_${totest}" >> ${_file}
7 -           ${_printf} "%s\n" "#define CGAL_${totest}_VERSION 0" >> ${_file}
8             ${_printf} "%s\n" "//#define CGAL_USE_${totest} 1" >> ${_file}
9              ${_printf} "%s\n\n" "#endif // ! CGAL_NO_${totest}" >> ${_file}
10          done
11 @@ -3221,10 +3220,6 @@
12         else
13             replace_line "${_file}" "${_tmp2}" "${_tmp3}"
14         fi
15 -       _tmp2="${totest}_VERSION"
16 -       _tmp3="`value_of ${_tmp2}`"
17 -       replace_line "${_file}" "#define CGAL_${_tmp2}" \
18 -          "#define CGAL_${_tmp2} ${_tmp3:-0}"
19      done
20  
21      cd "${CGAL_DIR}"
This page took 0.062551 seconds and 3 git commands to generate.