mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
649853092c
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>
12 lines
356 B
Plaintext
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; \
|