]> git.pld-linux.org Git - packages/candl.git/blob - candl-system-libs.patch
- added git patch (with latest snap), updates required by pluto 0.11
[packages/candl.git] / candl-system-libs.patch
1 --- candl-0.6.2/configure.ac.orig       2014-10-05 17:45:18.162160239 +0200
2 +++ candl-0.6.2/configure.ac    2014-10-05 17:49:15.388817167 +0200
3 @@ -117,7 +117,7 @@
4    if test "x$with_osl_exec_prefix" != "x"; then
5      OSL_LDFLAGS="-L$with_osl_exec_prefix/lib"
6    fi
7 -  OSL_LIBS="$with_osl_prefix/lib/libosl.la -losl"
8 +  OSL_LIBS="-losl"
9  esac
10  AM_CONDITIONAL(BUNDLED_OSL, test $with_osl = bundled)
11  
12 @@ -211,7 +211,7 @@
13    if test "x$with_piplib_exec_prefix" != "x"; then
14      PIPLIB_LDFLAGS="-L$with_piplib_exec_prefix/lib"
15    fi
16 -  PIPLIB_LIBS="$with_piplib_prefix/lib/libpiplib$BITS.la -lpiplib$BITS"
17 +  PIPLIB_LIBS="-lpiplib$BITS"
18  esac
19  AM_CONDITIONAL(BUNDLED_PIPLIB, test $with_piplib = bundled)
20  
This page took 0.067975 seconds and 3 git commands to generate.