diff options
author | crodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-20 04:49:46 +0000 |
---|---|---|
committer | crodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-20 04:49:46 +0000 |
commit | b157bc621706d2049876cd60387287046f020733 (patch) | |
tree | 051f542ee572ad86f9168dbb53bc4481a2c49d6e /include | |
parent | 9f8401d00c191f51fdda6a68ee8c64edbcc0a1e9 (diff) | |
download | ATCD-b157bc621706d2049876cd60387287046f020733.tar.gz |
Change /usr/include to /usr/openwin/include to prevent header file
problems with gcc.
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_sunos5_g++.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU index 3c7f61acfb4..7f316e18533 100644 --- a/include/makeinclude/platform_sunos5_g++.GNU +++ b/include/makeinclude/platform_sunos5_g++.GNU @@ -48,6 +48,6 @@ SOFLAGS = -G $(CPPFLAGS) SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $< PRELIB = @true -PLATFORM_X11_CPPFLAGS= -I/usr/include -I/usr/dt/include +PLATFORM_X11_CPPFLAGS= -I/usr/openwin/include -I/usr/dt/include PLATFORM_X11_LIBS =-lX11 PLATFORM_X11_LDFLAGS= |