diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-01-20 10:35:48 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-01-20 10:35:48 +0000 |
commit | 9eae09a7d5ca594403d1727deebfa2bb0e043b91 (patch) | |
tree | d32cc4a461edc0d95be5cb0c0f76ae8257306ac3 /net/vncreflector/files/patch-Makefile | |
parent | - Update to version 1.73, which features many bugfixes and UFS2 support (diff) |
Add vncreflector 1.2.4.
From the website:
VNC Reflector is a specialized VNC server which acts as a proxy
sitting between real VNC server (a host) and a number of VNC
clients. It was designed to work efficiently with large number
of clients.
Notes
Notes:
svn path=/head/; revision=126928
Diffstat (limited to 'net/vncreflector/files/patch-Makefile')
-rw-r--r-- | net/vncreflector/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/vncreflector/files/patch-Makefile b/net/vncreflector/files/patch-Makefile new file mode 100644 index 000000000000..afe153239c62 --- /dev/null +++ b/net/vncreflector/files/patch-Makefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.orig ++++ Makefile +@@ -14,7 +14,7 @@ + # + # Variables you might want to edit: CFLAGS, CONFFLAGS + +-IFLAGS = -I. ++IFLAGS = -I/usr/local/include + + # Production + CFLAGS = -O2 $(IFLAGS) |