--- xcolormap/Makefile.orig 2006-09-03 00:27:05.000000000 -0400 +++ xcolormap/Makefile 2006-09-03 00:28:13.000000000 -0400 @@ -3,7 +3,7 @@ PROGRAM = xcolormap OBJS = xcolormap.o -LIBS = -lm -L /usr/X11R6/lib -lXt -lX11 +LIBS = -lm -L /usr/X11R6/lib64 -lXt -lX11 all: $(PROGRAM)