1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/net/tigervnc/files/patch-hw_vnc_Makefile.am

12 lines
356 B
Plaintext
Raw Normal View History

--- unix/xserver/hw/vnc/Makefile.am.orig 2012-04-26 00:10:38.000000000 +0900
+++ unix/xserver/hw/vnc/Makefile.am 2012-05-27 14:48:07.000000000 +0900
@@ -67,7 +67,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; \