]> git.pld-linux.org Git - packages/cinepaint.git/blob - cinepaint-python.patch
- added format patch (allows to build with -Werror=format-security, fixes some string...
[packages/cinepaint.git] / cinepaint-python.patch
1 --- cinepaint/configure.in.orig 2013-03-31 10:45:39.959929556 +0200
2 +++ cinepaint/configure.in      2013-03-31 11:13:42.014092614 +0200
3 @@ -611,7 +611,7 @@
4        PYLIB="-L$PYEPREFIX"
5        PYLINK="-framework Python"
6      fi
7 -    if test -z "$PYLIB"; then
8 +    if test -z "$PYINCLUDE"; then
9          AC_MSG_RESULT(Not found)
10      else
11          AC_MSG_RESULT($PYLIB)
This page took 0.087684 seconds and 3 git commands to generate.