summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-20 04:49:46 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-20 04:49:46 +0000
commitb157bc621706d2049876cd60387287046f020733 (patch)
tree051f542ee572ad86f9168dbb53bc4481a2c49d6e /include
parent9f8401d00c191f51fdda6a68ee8c64edbcc0a1e9 (diff)
downloadATCD-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++.GNU2
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=