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>.
12 lines
405 B
Text
12 lines
405 B
Text
$NetBSD: patch-ba,v 1.6 2009/02/08 12:51:05 asau Exp $
|
|
|
|
--- config/bsd/Makedefs.orig 2005-06-16 19:55:17.000000000 +0400
|
|
+++ config/bsd/Makedefs 2009-02-08 01:46:07.000000000 +0300
|
|
@@ -14,6 +14,6 @@
|
|
RLINK = -Wl,-E
|
|
RLIBS = -lm
|
|
TLIBS = -lpthread
|
|
-XLIBS = -Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib -lX11
|
|
+XLIBS = -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lX11
|
|
XPMDEFS = -DZPIPE -I/usr/X11R6/include
|
|
GDIR = xpm
|