]> git.pld-linux.org Git - packages/tigervnc.git/commitdiff
- don't use bash constructs in makefile
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 23 Mar 2012 23:05:09 +0000 (23:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    no-bashizm.patch -> 1.1

no-bashizm.patch [new file with mode: 0644]

diff --git a/no-bashizm.patch b/no-bashizm.patch
new file mode 100644 (file)
index 0000000..752c0a1
--- /dev/null
@@ -0,0 +1,11 @@
+--- tigervnc-1.2.0/unix/xserver/hw/vnc/Makefile.am~    2012-03-23 13:48:14.821937463 +0100
++++ tigervnc-1.2.0/unix/xserver/hw/vnc/Makefile.am     2012-03-23 13:53:47.718619148 +0100
+@@ -68,7 +68,7 @@
+ pixman.h:
+       for i in ${XSERVERLIBS_CFLAGS}; do \
+-              if [[ "$$i" =~ "pixman" ]]; then \
++              if [[ "$$i" = *pixman* ]]; then \
+                       PIXMANINCDIR=`echo $$i | sed s/-I//g`; \
+               fi; \
+       done; \
This page took 0.176409 seconds and 4 git commands to generate.