Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 6052db5a75e0bcd44b7b34b1e9dcd077 > files > 9

faces-1.6.1-23mdv2008.0.src.rpm

--- faces/compface/Makefile.lib64	2002-11-15 14:53:37.000000000 -0500
+++ faces/compface/Makefile	2002-11-15 15:04:07.000000000 -0500
@@ -23,7 +23,7 @@
 # calling Makefile
 
 BINDIR		= /usr/bin
-LIBDIR		= /usr/lib
+LIBDIR		= /usr/lib64
 MANDIR		= /usr/man
 
 NAME		= compface
--- faces/Makefile.dist.lib64	2002-11-15 14:53:37.000000000 -0500
+++ faces/Makefile.dist	2002-11-15 15:03:26.000000000 -0500
@@ -260,13 +260,13 @@ CFACEDIR	= -DFACEDIR=\"$(FACEDIR)\"
 #
 #X11INCDIR         = -I$(OPENWINHOME)/include
 X11INCDIR         = -I/usr/X11R6/include
-X11LIBDIR         = -L/usr/X11R6/lib
+X11LIBDIR         = -L/usr/X11R6/lib64
 #------------------------------------------------------------------------
 #  If you are compiling the XView version, then the following two lines
 #  should be uncommented, and set appropriately.
 #
 #XVIEWINCDIR      = -I$(OPENWINHOME)/include
-#XVIEWLIBDIR      = -L$(OPENWINHOME)/lib
+#XVIEWLIBDIR      = -L$(OPENWINHOME)/lib64
 #
 #=======================================================================
 #
@@ -274,7 +274,7 @@ X11LIBDIR         = -L/usr/X11R6/lib
 #  You might wish to alter these values.
 #
 BINDIR		= /usr/bin
-LIBDIR		= /usr/lib
+LIBDIR		= /usr/lib64
 MANDIR		= /usr/man
 MANSECT		= 1
 
--- faces/faces.h.lib64	1991-11-18 23:00:49.000000000 -0500
+++ faces/faces.h	2002-11-15 15:04:46.000000000 -0500
@@ -217,7 +217,7 @@ extern FILE *popen P(()) ;
 #define  PRINTDEF   "lpq -P %s"
 
 /* Updating the faces database:   %s replaced with mail update alias name. */
-#define  UPDATEDEF  "/usr/lib/sendmail -oeq -oi %s"
+#define  UPDATEDEF  "/usr/lib64/sendmail -oeq -oi %s"
 
 /* Monitoring users on a machine: %s replaced with hostname. */
 #define  USERSDEF   "rusers -l %s"
--- faces/faces.sendmail.lib64	1991-06-30 21:25:50.000000000 -0400
+++ faces/faces.sendmail	2002-11-15 15:05:00.000000000 -0500
@@ -37,4 +37,4 @@ cat $HOME/.face - | sed -n \
 	-e ': copy' \
 	-e p \
 	-e n \
-	-e 'b copy' | /usr/lib/sendmail "$@"
+	-e 'b copy' | /usr/lib64/sendmail "$@"