pkg://xcolormap-1.0-2.src.rpm:6211/xcolormap.patch
info downloads
diff -uNr xcolormap.orig/Makefile xcolormap/Makefile
--- xcolormap.orig/Makefile Wed Dec 4 14:58:39 1991
+++ xcolormap/Makefile Sat Oct 19 09:49:13 1996
@@ -3,7 +3,7 @@
PROGRAM = xcolormap
OBJS = xcolormap.o
-LIBS = -lm -lXt -lX11
+LIBS = -L/usr/X11R6/lib -lm -lXt -lX11
all: $(PROGRAM)
diff -uNr xcolormap.orig/xcolormap.c xcolormap/xcolormap.c
--- xcolormap.orig/xcolormap.c Sat Jan 11 16:38:35 1992
+++ xcolormap/xcolormap.c Sat Oct 19 09:55:10 1996
@@ -113,7 +113,7 @@
if (!TheDisplay)
{
- XtWarning ("%s: can't open display, exiting...", APPNAME);
+ XtWarning ("Xcolormap can't open display, exiting...");
exit (0);
}