Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25154

Modified Files:
        libc-client1-shlibs.info 
Log Message:
Fix for 10.6

Index: libc-client1-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libc-client1-shlibs.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libc-client1-shlibs.info    31 Jan 2009 23:58:15 -0000      1.6
+++ libc-client1-shlibs.info    4 Sep 2009 19:59:03 -0000       1.7
@@ -1,6 +1,6 @@
 Package: libc-client1-shlibs
 Version: 2006k
-Revision: 5
+Revision: 6
 Source: mirror:custom:imap-%v.tar.Z
 CustomMirror: <<
  Primary: ftp://ftp.cac.washington.edu/imap/
@@ -11,7 +11,12 @@
 PatchFile: %n.patch
 PatchFile-MD5: cb946dfd51eebc9ae50926a9a2241d20
 PatchScript: <<
-  sed 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
+#!/bin/sh
+sed 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
+if [ `uname -r | cut -d'.' -f1` -ge 10 ]; then
+       perl -pi -e 's,pam/,security/,g' Makefile
+       perl -pi -e 's,pam/,security/,g' src/osdep/unix/ckp_pam.c
+fi;
 <<
 CompileScript: <<
   make ops


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to