diff options
author | Etienne Lorriaux <etienne.lorriaux@gmail.com> | 2010-03-15 00:38:41 +0100 |
---|---|---|
committer | Etienne Lorriaux <etienne.lorriaux@gmail.com> | 2010-03-15 00:38:41 +0100 |
commit | 3a2287f3937bdfc1b2c7ba7f1950c64c47e59a40 (patch) | |
tree | 0cc82498adcf7e3fdde6a370e4fdd4f510ca5167 /sci-misc/salome-geom/files/salome-geom-3.2.6.patch | |
parent | Add hydra pm. #309353 (diff) | |
download | sci-3a2287f3937bdfc1b2c7ba7f1950c64c47e59a40.tar.gz sci-3a2287f3937bdfc1b2c7ba7f1950c64c47e59a40.tar.bz2 sci-3a2287f3937bdfc1b2c7ba7f1950c64c47e59a40.zip |
sci-misc/salome-* : Version bump (5.1.3) + removed broken 3.2.6
Diffstat (limited to 'sci-misc/salome-geom/files/salome-geom-3.2.6.patch')
-rw-r--r-- | sci-misc/salome-geom/files/salome-geom-3.2.6.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/sci-misc/salome-geom/files/salome-geom-3.2.6.patch b/sci-misc/salome-geom/files/salome-geom-3.2.6.patch deleted file mode 100644 index f537d9e37..000000000 --- a/sci-misc/salome-geom/files/salome-geom-3.2.6.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- ./GEOM_SRC_3.2.6/build_configure.org 2007-04-24 18:40:50.000000000 +0200 -+++ ./GEOM_SRC_3.2.6/build_configure 2008-01-07 10:28:14.000000000 +0100 -@@ -116,7 +116,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 ---- ./GEOM_SRC_3.2.6/adm_local/Makefile.in.org 2007-04-24 18:40:50.000000000 +0200 -+++ ./GEOM_SRC_3.2.6/adm_local/Makefile.in 2008-01-07 11:34:23.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: - ---- ./GEOM_SRC_3.2.6/doc/salome/gui/Makefile.in.org 2007-04-24 18:40:50.000000000 +0200 -+++ ./GEOM_SRC_3.2.6/doc/salome/gui/Makefile.in 2008-01-07 12:00:47.000000000 +0100 -@@ -29,7 +29,7 @@ - @COMMENCE@ - - usr_docs: -- cp -fr $(srcdir)/GEOM ./ -+# cp -fr $(srcdir)/GEOM ./ - -find $(PWD) -name CVS -prune -exec rm -rf {} \; - - docs: usr_docs |