summaryrefslogtreecommitdiff
path: root/config/posix
diff options
context:
space:
mode:
Diffstat (limited to 'config/posix')
-rw-r--r--config/posix/Makedefs6
-rw-r--r--config/posix/define.h2
-rw-r--r--config/posix/status7
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