]> git.pld-linux.org Git - packages/mpqc.git/commitdiff
- fix sc libdir path
authorsparky <sparky@pld-linux.org>
Thu, 25 Feb 2010 13:57:30 +0000 (13:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mpqc-paths.patch -> 1.1

mpqc-paths.patch [new file with mode: 0644]

diff --git a/mpqc-paths.patch b/mpqc-paths.patch
new file mode 100644 (file)
index 0000000..da3809c
--- /dev/null
@@ -0,0 +1,23 @@
+--- mpqc-2.3.1/configure.in~   2006-03-22 19:04:54.000000000 +0100
++++ mpqc-2.3.1/configure.in    2010-02-25 14:45:29.685199732 +0100
+@@ -512,18 +512,8 @@
+ dnl --------- Need actual paths for substitution outside of a makefile. ---------
+-if test $exec_prefix = "NONE"; then
+-  if test $prefix = "NONE"; then
+-    scbindir=$ac_default_prefix/bin;
+-    sclibdir=$ac_default_prefix/lib;
+-  else
+-    scbindir=$prefix/bin;
+-    sclibdir=$prefix/lib;
+-  fi
+-else
+-  scbindir=$exec_prefix/bin
+-  sclibdir=$exec_prefix/lib
+-fi
++scbindir="$bindir"
++sclibdir="$libdir"
+ AC_SUBST(scbindir)
+ AC_SUBST(sclibdir)
This page took 0.044593 seconds and 4 git commands to generate.