]> git.pld-linux.org Git - packages/zbar.git/blob - zbar-link.patch
- updated to 0.23.93 (fixes CVE-2023-40889; qt4 support dropped, qt6 introduced)
[packages/zbar.git] / zbar-link.patch
1 diff -urNp -x '*.orig' zbar-0.23.90.org/configure.ac zbar-0.23.90/configure.ac
2 --- zbar-0.23.90.org/configure.ac       2021-03-02 23:13:39.643012652 +0100
3 +++ zbar-0.23.90/configure.ac   2021-03-02 23:13:39.793012161 +0100
4 @@ -277,7 +277,7 @@ configure --without-xshm to disable the
5         [with_xshm="yes"],
6         [AC_MSG_FAILURE([unable to find XShmQueryVersion in $XSHM_LIBS!
7  specify XSHM_LIBS or configure --without-xshm to disable the extension])],
8 -       ["$X_LIBS" "$X_PRE_LIBS" -lX11 "$X_EXTRA_LIBS" "$XSHM_LIBS"])
9 +       ["$X_LIBS" -lX11 "$X_EXTRA_LIBS" "$XSHM_LIBS"])
10     ])
11  ])
12  AM_CONDITIONAL([HAVE_XSHM], [test "x$with_xshm" = "xyes"])
13 @@ -305,7 +305,7 @@ configure --without-xv to disable the ex
14         [with_xv="yes"],
15         [AC_MSG_FAILURE([unable to find XvQueryExtension in $XV_LIBS!
16  specify XV_LIBS or configure --without-xv to disable the extension])],
17 -       ["$X_LIBS" "$X_PRE_LIBS" -lX11 "$X_EXTRA_LIBS" "$XV_LIBS"])
18 +       ["$X_LIBS" -lX11 "$X_EXTRA_LIBS" "$XV_LIBS"])
19     ])
20  ])
21  AM_CONDITIONAL([HAVE_XV], [test "x$with_xv" = "xyes"])
This page took 0.205783 seconds and 3 git commands to generate.