diff options
Diffstat (limited to 'net/nxserver/files/patch-nx-x11-lib-x11-imakefile')
-rw-r--r-- | net/nxserver/files/patch-nx-x11-lib-x11-imakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/nxserver/files/patch-nx-x11-lib-x11-imakefile b/net/nxserver/files/patch-nx-x11-lib-x11-imakefile new file mode 100644 index 000000000000..0c594f3e3cae --- /dev/null +++ b/net/nxserver/files/patch-nx-x11-lib-x11-imakefile @@ -0,0 +1,11 @@ +--- nx-X11/lib/X11/Imakefile.orig Thu Sep 2 00:22:34 2004 ++++ nx-X11/lib/X11/Imakefile Thu Sep 2 00:22:46 2004 +@@ -22,7 +22,7 @@ + #ifdef SunArchitecture + NX_INCLUDES = -I../../../nxcomp -I../../../nxcompext -I/usr/sfw/include + #else +-NX_INCLUDES = -I../../../nxcomp -I../../../nxcompext ++NX_INCLUDES = -I../../../nxcomp -I../../../nxcompext -I/usr/local/include + #endif + + NX_DEFINES = -DNX_CLEAN_ALLOC \ |