diff options
author | 2003-08-27 03:07:02 +0000 | |
---|---|---|
committer | 2003-08-27 03:07:02 +0000 | |
commit | 440df825fb82179a1fc29cde203267d25515c6be (patch) | |
tree | 02994ff316fb02891f910ff5fee30e9f176dcb93 /net-misc/nxproxy/files/1.2.2-Makefile.in.patch | |
parent | Initial import (diff) | |
download | historical-440df825fb82179a1fc29cde203267d25515c6be.tar.gz historical-440df825fb82179a1fc29cde203267d25515c6be.tar.bz2 historical-440df825fb82179a1fc29cde203267d25515c6be.zip |
Initial import
Diffstat (limited to 'net-misc/nxproxy/files/1.2.2-Makefile.in.patch')
-rw-r--r-- | net-misc/nxproxy/files/1.2.2-Makefile.in.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/nxproxy/files/1.2.2-Makefile.in.patch b/net-misc/nxproxy/files/1.2.2-Makefile.in.patch new file mode 100644 index 000000000000..31ed82cb7cb0 --- /dev/null +++ b/net-misc/nxproxy/files/1.2.2-Makefile.in.patch @@ -0,0 +1,11 @@ +--- Makefile.in 2003-03-11 17:27:49.000000000 +0000 ++++ Makefile.in.new 2003-08-27 02:57:39.000000000 +0100 +@@ -13,7 +13,7 @@ + CXX = @CXX@ + CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ \ + -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \ +- -Wmissing-declarations -Wnested-externs ++ -Wmissing-declarations -Wnested-externs -I/usr/NX/include + + CXXINCLUDES = -I. -I../nxcomp + |