1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net/tigervnc/files/patch-hw_vnc_Makefile.am
Steve Wills 649853092c TigerVNC is a high-performance, platform-neutral implementation of VNC,
a client/server application that allows users to launch and interact with
graphical applications on remote machines.

WWW: http://tigervnc.org/

PR:		ports/175801
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp>
2013-03-24 15:05:45 +00:00

12 lines
356 B
Plaintext

--- 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; \