blob: 0c594f3e3cae127f940133779c53483934bd4d42 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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 \
|