diff options
author | Pedro Giffuni <pfg@apache.org> | 2011-11-28 14:05:54 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2011-11-28 14:05:54 +0000 |
commit | 1f51c69199b820d700e44c8db407135be1e9e15f (patch) | |
tree | 4b9c6a395612082da37537d9591bef9d02afe496 /solenv | |
parent | 92b6636bf0cd77e58132ed93cca4cb93a2e00ab5 (diff) |
This should take care of some warnings.
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/config/sooo340.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/config/sooo340.ini b/solenv/config/sooo340.ini index 93ccc9c05abb..667c674c03e5 100644 --- a/solenv/config/sooo340.ini +++ b/solenv/config/sooo340.ini @@ -362,7 +362,7 @@ unxfbsdi LIBRARY_PATH %SYSBASE%/usr/lib:%SYSBASE%/usr/local/lib MKOUT perl %SOLARENV%/bin/mkout.pl PATHEXTRA %combin%:/usr/bin:/bin:/usr/sbin:/etc:/usr/local/bin - SOLAREXTRAINC -I%SOLAR_STLPATH% -I%SYSBASE%/usr/include -I%SYSBASE%/usr/local/include + SOLAREXTRAINC -I%SOLAR_STLPATH% -I%SYSBASE%/usr/include -I%SYSBASE%/usr/local/include/X11 SOLAREXTRALIB -L../lib -L%SYSBASE%/usr/local/lib -L%SYSBASE%/usr/lib -L/usr/local/lib -L%SOLAR_STLLIBPATH% SOLAR_JAVA TRUE ZIPDEP perl %SOLARENV%/bin/zipdep.pl |