]> git.pld-linux.org Git - packages/tigervnc.git/blame - no-bashizm.patch
- fix doc install
[packages/tigervnc.git] / no-bashizm.patch
CommitLineData
74090bb5
JR
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.048436 seconds and 4 git commands to generate.