diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-01-28 19:02:21 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-01-28 19:02:21 +0000 |
commit | f627f77f23d1497c9e1f4269b5c8812d12b42f18 (patch) | |
tree | 708772d83a8355e25155cf233d5a9e38f8ad4d96 /config/solaris_sunc/Makedefs | |
parent | 6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (diff) | |
download | icon-upstream.tar.gz |
Imported Upstream version 9.5.0upstream/9.5.0upstream
Diffstat (limited to 'config/solaris_sunc/Makedefs')
-rw-r--r-- | config/solaris_sunc/Makedefs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/solaris_sunc/Makedefs b/config/solaris_sunc/Makedefs index e5bb495..592b2d6 100644 --- a/config/solaris_sunc/Makedefs +++ b/config/solaris_sunc/Makedefs @@ -9,11 +9,11 @@ # GDIR directory of graphics helper library CC = cc -CFLAGS = -O -w -I/usr/openwin/include +CFLAGS = -O -w CFDYN = -KPIC RLINK = RLIBS = -lm -ldl TLIBS = -lposix4 -lpthread -XLIBS = -L /usr/openwin/lib -R/usr/openwin/lib -lX11 +XLIBS = -lX11 XPMDEFS = -DZPIPE -DSYSV GDIR = xpm |