Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sc8-pr-cvs17:/tmp/cvs-serv29428/10.4/unstable/main/finkinfo/x11

Modified Files:
        lesstif.info lesstif.patch 
Log Message:
Hardcode a path instead of requiring automake to determine it.


Index: lesstif.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/lesstif.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lesstif.patch       27 Mar 2007 15:03:13 -0000      1.2
+++ lesstif.patch       21 Jun 2007 23:51:38 -0000      1.3
@@ -6,7 +6,8 @@
                                                    
ac_config_headers="$ac_config_headers include/LTconfig.h"
  
 -if (aclocal --print-ac-dir) </dev/null >/dev/null 2>&1 && test -w `aclocal 
--print-ac-dir`; then
-     ACLOCALDIR=`aclocal --print-ac-dir`
+-    ACLOCALDIR=`aclocal --print-ac-dir`
++    [EMAIL PROTECTED]@/share/aclocal
  
 -fi
  

Index: lesstif.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/lesstif.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lesstif.info        27 Mar 2007 15:03:13 -0000      1.3
+++ lesstif.info        21 Jun 2007 23:51:38 -0000      1.4
@@ -6,9 +6,11 @@
 Source-MD5: 74bce66719adb680009f145ef801bce2
 Depends: %N-shlibs (= %e:%v-%r)
 NoSetLDFLAGS: True
-Patch: %n.patch
-PatchScript: perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' 
scripts/autoconf/ac_find_motif.m4
-BuildDepends: automake1.6, x11-dev
+PatchScript: <<
+  sed -e 's|@PREFIX@|%p|' < %a/%n.patch | patch -p1
+  perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' 
scripts/autoconf/ac_find_motif.m4
+<<
+BuildDepends: x11-dev
 Replaces: lesstif-dev, openmotif3
 Conflicts: openmotif3
 BuildDependsOnly: True


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to