d40203dfb7
Notable changes in version 9.4.3: The system-specific Icon configurations have been reorganized and renamed. The several BSD configurations have been merged into one. The macintosh configuration now supports the loadfunc function. A new porting guide has been written, and a new posix configuration has been added as a starting point in constructing new ports. The core library files remain stable. Notable changes include: - procs/dijkstra new procedures implement Dijkstra's control structures - procs/html add procedure for canonicalization of paths - procs/matrix2 new procedures for matrix manipulation - procs/nestlist new procedures for representing nested lists as strings - procs/printf add %e format and fix a rounding problem - progs/noise new program for producing a random bitstream - progs/unclog improve logic for combining adjacent entries - gprogs/dlgvu improve coverage map; allow altitude in GPS data - gprogs/gallery faster thumbnail loading for JPEG images - gprogs/img many new features - gprogs/sier better color choices - gprogs/trkvu accept GPS track logs with altitude as the last field The undocumented save function, which only worked on a few platforms, has been removed. Approved by <tnn>.
15 lines
395 B
Text
15 lines
395 B
Text
$NetBSD: patch-ab,v 1.9 2009/02/08 12:51:04 asau Exp $
|
|
|
|
--- /dev/null 2009-02-08 02:30:41.000000000 +0300
|
|
+++ config/bsd/define.h.in 2009-02-08 03:08:28.000000000 +0300
|
|
@@ -0,0 +1,10 @@
|
|
+/*
|
|
+ * Icon configuration file for BSD
|
|
+ */
|
|
+
|
|
+#define UNIX 1
|
|
+#define LoadFunc
|
|
+
|
|
+#define CComp "gcc"
|
|
+#define COpts "-O2 -I@X11BASE@/include"
|
|
+#define ICONC_XLIB "-Wl,-R@X11BASE@/lib -L@X11BASE@/lib -lX11"
|