diff options
Diffstat (limited to 'sci-misc/salome-smesh/files/salome-smesh-3.2.6_makefiles.patch')
-rw-r--r-- | sci-misc/salome-smesh/files/salome-smesh-3.2.6_makefiles.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sci-misc/salome-smesh/files/salome-smesh-3.2.6_makefiles.patch b/sci-misc/salome-smesh/files/salome-smesh-3.2.6_makefiles.patch new file mode 100644 index 000000000..078fd5a4f --- /dev/null +++ b/sci-misc/salome-smesh/files/salome-smesh-3.2.6_makefiles.patch @@ -0,0 +1,39 @@ +--- ./SMESH_SRC_3.2.6/build_configure.org 2007-04-24 18:41:03.000000000 +0200 ++++ ./SMESH_SRC_3.2.6/build_configure 2008-01-08 14:51:09.000000000 +0100 +@@ -135,7 +135,7 @@ + + # make a link allowing AC_OUTPUT to find the salome_adm/.../*.in files + echo "" >> configure.in_tmp1 +-echo 'ln -fs ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/.' >> configure.in_tmp1 ++echo 'cp -prf ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/.' >> configure.in_tmp1 + + echo "" >> configure.in_tmp1 + echo "AC_OUTPUT([ \\" >> configure.in_tmp1 +--- ./SMESH_SRC_3.2.6/doc/salome/gui/Makefile.in.org 2007-04-24 18:41:03.000000000 +0200 ++++ ./SMESH_SRC_3.2.6/doc/salome/gui/Makefile.in 2008-01-08 14:52:25.000000000 +0100 +@@ -30,7 +30,7 @@ + @COMMENCE@ + + usr_docs: +- cp -fr $(srcdir)/SMESH ./ ++# cp -fr $(srcdir)/SMESH ./ + -find $(PWD) -name CVS -prune -exec rm -rf {} \; + + docs: usr_docs +--- ./SMESH_SRC_3.2.6/adm_local/Makefile.in.org 2007-04-24 18:41:03.000000000 +0200 ++++ ./SMESH_SRC_3.2.6/adm_local/Makefile.in 2008-01-08 14:53:50.000000000 +0100 +@@ -27,12 +27,12 @@ + all: resources + + install: +- cp -rf @top_srcdir@/adm_local @prefix@ ++# cp -rf @top_srcdir@/adm_local @prefix@ + + bin: + + resources : +- cp -rf @top_srcdir@/adm_local $(top_builddir) ++# cp -rf @top_srcdir@/adm_local $(top_builddir) + + inc: + |