Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10727

Modified Files:
        openjade.patch 
Log Message:
use same Fedora patch as MacPorts to fix build for perl5.16

Index: openjade.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/openjade.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- openjade.patch      21 Jul 2011 14:45:30 -0000      1.1
+++ openjade.patch      27 Jun 2013 00:50:53 -0000      1.2
@@ -243,3 +243,23 @@
      DocumentTypeNIC nic_;
    };
 
+--- openjade-1.3.2/msggen.pl.orig      2013-06-26 20:43:48.000000000 -0400
++++ openjade-1.3.2/msggen.pl   2013-06-26 20:44:37.000000000 -0400
+@@ -4,6 +4,7 @@
+ # See the file COPYING for copying permission.
+ 
+ use POSIX;
++use Getopt::Std; 
+ 
+ # Package and version.
+ $package = 'openjade';
+@@ -18,8 +19,7 @@
+ undef $opt_l;
+ undef $opt_p;
+ undef $opt_t;
+-do 'getopts.pl';
+-&Getopts('l:p:t:');
++getopts('l:p:t:');
+ $module = $opt_l;
+ $pot_file = $opt_p;
+ 


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to