]> git.pld-linux.org Git - packages/tigervnc.git/blob - no-bashizm.patch
- renamed to xserver.patch (not related with xserver version)
[packages/tigervnc.git] / no-bashizm.patch
1 --- tigervnc-1.2.0/unix/xserver/hw/vnc/Makefile.am~     2012-03-23 13:48:14.821937463 +0100
2 +++ tigervnc-1.2.0/unix/xserver/hw/vnc/Makefile.am      2012-03-23 13:53:47.718619148 +0100
3 @@ -68,7 +68,7 @@
4  
5  pixman.h:
6         for i in ${XSERVERLIBS_CFLAGS}; do \
7 -               if [[ "$$i" =~ "pixman" ]]; then \
8 +               if [[ "$$i" = *pixman* ]]; then \
9                         PIXMANINCDIR=`echo $$i | sed s/-I//g`; \
10                 fi; \
11         done; \
This page took 0.123712 seconds and 3 git commands to generate.