diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 12:07:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 12:07:42 +0000 |
commit | 8ccd5ae0a8c43ed4466d8959514a761a73154b08 (patch) | |
tree | c61487b4262e51ca4465e9e46d5a39bbdccff7da /net/nxserver/files/patch-nxdesktop-Makeconf | |
parent | - Update to 2.6.5 (diff) |
This is a port of NoMachine's NX server, which is a way to
use X connections over slow links without noticeable lag.
PR: ports/79669
Submitted by: dewey hylton <freenx@deweyonline.com>
Notes
Notes:
svn path=/head/; revision=132806
Diffstat (limited to 'net/nxserver/files/patch-nxdesktop-Makeconf')
-rw-r--r-- | net/nxserver/files/patch-nxdesktop-Makeconf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/nxserver/files/patch-nxdesktop-Makeconf b/net/nxserver/files/patch-nxdesktop-Makeconf new file mode 100644 index 000000000000..30b755d4b3a8 --- /dev/null +++ b/net/nxserver/files/patch-nxdesktop-Makeconf @@ -0,0 +1,10 @@ +--- nxdesktop/Makeconf.orig Sat Sep 11 14:23:17 2004 ++++ nxdesktop/Makeconf Sat Sep 11 14:23:53 2004 +@@ -3,6 +3,6 @@ + INSTALL = install + CRYPTOBJ = + SOUNDOBJ = rdpsnd.o rdpsnd_oss.o +-CFLAGS = -DKEYMAP_PATH=\"$(KEYMAP_PATH)\" -Wall -O2 -I../nx-X11/exports/include -DWITH_OPENSSL -DWITH_RDPSND -DL_ENDIAN ++CFLAGS = -DKEYMAP_PATH=\"$(KEYMAP_PATH)\" -O2 -I../nx-X11/exports/include -I/usr/local/include -DWITH_OPENSSL -DWITH_RDPSND -DL_ENDIAN + LDFLAGS = -L../nx-X11/exports/lib -lcrypto + TARGETS = nxdesktop |