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 | d78e6c19ff93964183950f846868ade625e6b537 (patch) | |
tree | f2d588a9646c8496db23d3fe868d7dce4f7dfa83 /config/posix | |
parent | f944578414d5adc0c6c3fb22ad5808077444a410 (diff) | |
parent | f627f77f23d1497c9e1f4269b5c8812d12b42f18 (diff) | |
download | icon-d78e6c19ff93964183950f846868ade625e6b537.tar.gz |
Merge tag 'upstream/9.5.0'
Upstream version 9.5.0
Diffstat (limited to 'config/posix')
-rw-r--r-- | config/posix/Makedefs | 6 | ||||
-rw-r--r-- | config/posix/define.h | 2 | ||||
-rw-r--r-- | config/posix/status | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/config/posix/Makedefs b/config/posix/Makedefs index 9959341..391a154 100644 --- a/config/posix/Makedefs +++ b/config/posix/Makedefs @@ -9,11 +9,11 @@ # GDIR directory of graphics helper library CC = cc -CFLAGS = -O -I/usr/X11R6/include +CFLAGS = -O CFDYN = RLINK = RLIBS = -lm TLIBS = -lpthread -XLIBS = -L/usr/X11R6/lib -lX11 -XPMDEFS = -DZPIPE -I/usr/X11R6/include +XLIBS = -L/usr/X11/lib -lX11 +XPMDEFS = -DZPIPE GDIR = xpm diff --git a/config/posix/define.h b/config/posix/define.h index e2d54c5..7f22c1d 100644 --- a/config/posix/define.h +++ b/config/posix/define.h @@ -3,5 +3,5 @@ */ #define UNIX 1 -/* LoadFunc not implemented */ +#define LoadFunc diff --git a/config/posix/status b/config/posix/status index 66ee6b3..756fb94 100644 --- a/config/posix/status +++ b/config/posix/status @@ -4,7 +4,7 @@ System configuration: Latest Icon version: - Version 9.4.3 + Version 9.5.0 Installer: @@ -14,11 +14,12 @@ Installer: Missing features: - Dynamic loading (loadfunc) + None Known bugs: May need some tweaking of Makedefs for any particular system. + The file ipl/cfuncs/mklib.sh will probably also need editing. Comments: @@ -26,4 +27,4 @@ Comments: Date: - November 8, 2005 + October 28, 2009 |