Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.5-EOL/utils
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20729/10.4/stable/main/finkinfo/10.5-EOL/utils

Modified Files:
        ddrescueview.info 
Log Message:
ddrescueview: fix building in 64bit trees.

Index: ddrescueview.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.5-EOL/utils/ddrescueview.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ddrescueview.info   9 Sep 2013 22:27:35 -0000       1.2
+++ ddrescueview.info   10 Sep 2013 10:40:11 -0000      1.3
@@ -1,9 +1,10 @@
 Package: ddrescueview
 Version: 0.3
-Revision: 2
+Revision: 3
 Description: Graphical viewer for GNU ddrescue log files
 Architecture: powerpc, i386, x86_64
 BuildDepends: lazarus-aqua | lazarus-lcl-carbon, makeicns
+Suggests: ddrescue
 License: GPL
 
 # Unpack Phase:
@@ -33,7 +34,11 @@
 CompileScript: <<
 #!/bin/sh -ev
 
-  lazbuild ddrescueview.lpi
+  if [ "%m" = "x86_64" ]; then
+    lazbuild --compiler=%p/bin/ppc386 ddrescueview.lpi
+  else
+    lazbuild ddrescueview.lpi
+  fi
 
   makeicns -in ddrescueview.ico -out ddrescueview.icns
 


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to