ports/net/nxserver/files/patch-nxcomp-makefile.in
Pav Lucistnik 8ccd5ae0a8 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>
2005-04-09 12:07:42 +00:00

21 lines
621 B
Text

--- nxcomp/Makefile.in.orig Sun Nov 9 06:30:58 2003
+++ nxcomp/Makefile.in Thu Sep 2 00:41:27 2004
@@ -11,14 +11,14 @@
#
CXX = @CXX@
-CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ \
- -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
-CXXINCLUDES =
+CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ -fpermissive -fPIC
+# -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
+CXXINCLUDES = -I/usr/local/include
CXXDEFINES =
CC = @CC@
CCFLAGS = $(CXXFLAGS)
-CCINCLUDES =
+CCINCLUDES = -I/usr/local/include
CCDEFINES =
LDFLAGS = @LDFLAGS@