File sselp-0.2-defs64.patch of Package sselp
diff -uNr sselp-0.2/config.mk sselp-0.2p/config.mk
--- sselp-0.2/config.mk 2008-07-29 13:24:03.000000000 -0500
+++ sselp-0.2p/config.mk 2009-07-09 23:17:28.908975614 -0500
@@ -4,15 +4,15 @@
# Customize below to fit your system
# paths
-PREFIX = /usr/local
+PREFIX = /usr
MANPREFIX = ${PREFIX}/share/man
-X11INC = /usr/X11R6/include
-X11LIB = /usr/X11R6/lib
+X11INC = /usr/include/X11
+X11LIB = /usr/lib64
# includes and libs
INCS = -I. -I/usr/include -I${X11INC}
-LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
+LIBS = -L/usr/lib64 -lc -L${X11LIB} -lX11
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"