69b28afa11
2.8 25 Nov 1999 Fixed a bug reported by Hartmut M. Bromkamp <Bromkamp@istgmbh.com> ".... But what really led me into some confusion is the fact that the -rc option doesn't work: Everytime I launch asapm by asapm -rc /root/.asapmrc it will only display its options and ceases...." This should at the same time fixed the bug that asapm did not understand '-fail' anymore (-f was used in the code instead of -rc). 2.9 19 Nov 1999 Stephen Crane <jsc@darkstar.szyzygy.org> proposed the following: "I've attached a patch to asapm-2.7 to share or use the closest colours when creating the pixmaps. (It would also be good to do this for the battery and other colours but I don't know enough X, yet.) I need this for my graphically-challenged portable: I think it's better to go with ugly colours than do without the APM data." So here is the new version with his patch.
12 lines
344 B
Text
12 lines
344 B
Text
$NetBSD: patch-ab,v 1.2 2000/01/16 18:37:05 jlam Exp $
|
|
|
|
--- autoconf/Makefile.defines.in.orig Tue Mar 9 05:35:24 1999
|
|
+++ autoconf/Makefile.defines.in Sun Jan 16 13:24:05 2000
|
|
@@ -28,6 +28,7 @@
|
|
INCS_XPM = @XPM_CFLAGS@
|
|
INCLUDES = $(INCS_X) $(INCS_XPM)
|
|
|
|
+LDFLAGS = @LDFLAGS@
|
|
LIBS_X = @X_LIBS@ @x_libs@
|
|
LIBS_XPM =
|
|
LIBS_JPEG = @JPEG_LIB@
|