[lesstif] Patch fix.

Jon Ciesla limb at fedoraproject.org
Wed Feb 9 19:02:33 UTC 2011


commit 3d800051d1379f670e26b1989a88816c4cb9370e
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Wed Feb 9 12:58:20 2011 -0600

    Patch fix.

 lesstif-0.95.2-motif-config.patch |   30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/lesstif-0.95.2-motif-config.patch b/lesstif-0.95.2-motif-config.patch
index b64d0a3..d97b530 100644
--- a/lesstif-0.95.2-motif-config.patch
+++ b/lesstif-0.95.2-motif-config.patch
@@ -1,9 +1,24 @@
 diff -up lesstif-0.95.2/scripts/motif-config.in.motif-config lesstif-0.95.2/scripts/motif-config.in
 --- lesstif-0.95.2/scripts/motif-config.in.motif-config	2005-01-14 20:36:00.000000000 +0100
 +++ lesstif-0.95.2/scripts/motif-config.in	2009-07-28 11:39:51.000000000 +0200
+@@ -80,10 +80,10 @@ if test "$echo_exec_prefix" = "yes"; the
+ fi
+ 
+ if test "$echo_cflags" = "yes"; then
+-      echo "-I$L/include $XC"
++      echo "-I$includedir $XC"
+ fi
+ 
+ if test "$echo_libs" = "yes"; then
+-      echo "-L$L/lib -L/usr/X11R6/lib -lXm -lXt $my_glib_libs $XR -lXext -lX11"
++      echo "-lXm -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} `freetype-config --libs`"
+ fi      
+ 
+--- lesstif-0.95.2/scripts/motif-config.in~	2011-02-09 12:34:08.000000000 -0600
++++ lesstif-0.95.2/scripts/motif-config.in	2011-02-09 12:41:58.650558995 -0600
 @@ -2,14 +2,14 @@
  #
- # $Header: /home/fedora/jkeating/pkgs/rpms/lesstif/devel/lesstif-0.95.2-motif-config.patch,v 1.1 2009/08/03 09:41:42 jwrdegoede Exp $
+ # $Header: /cvsroot/lesstif/lesstif/scripts/motif-config.in,v 1.2 2005/01/14 19:36:00 dannybackx Exp $
  #
 -L="@prefix@"
  XC="@X_CFLAGS@"
@@ -21,16 +36,3 @@ diff -up lesstif-0.95.2/scripts/motif-config.in.motif-config lesstif-0.95.2/scri
  exec_prefix_set=no
  
  usage()
-@@ -80,10 +80,10 @@ if test "$echo_exec_prefix" = "yes"; the
- fi
- 
- if test "$echo_cflags" = "yes"; then
--      echo "-I$L/include $XC"
-+      echo "-I$includedir $XC"
- fi
- 
- if test "$echo_libs" = "yes"; then
--      echo "-L$L/lib -L/usr/X11R6/lib -lXm -lXt $my_glib_libs $XR -lXext -lX11"
-+      echo "-lXm -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} `freetype-config --libs`"
- fi      
- 


More information about the scm-commits mailing list