Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv2810

Modified Files:
        pwlib1.info 
Log Message:
Should fix build for 10.5 _ Thanks Martin !

Index: pwlib1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/pwlib1.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pwlib1.info 21 May 2008 01:59:11 -0000      1.9
+++ pwlib1.info 21 May 2008 14:56:26 -0000      1.10
@@ -1,6 +1,6 @@
 Package: pwlib1
 Version: 1.10.10
-Revision: 2
+Revision: 3
 Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
 GCC: 4.0
 BuildDepends: audiofile, cyrus-sasl2-dev, doxygen, esound (>= 0.2.38-1), 
expat1, libdv4, openldap23-dev, openssl097-dev, sdl, sed, fink (>= 0.27.2)
@@ -20,6 +20,8 @@
 #!/bin/sh -ev
   find . \( -name CVS -o -name '.cvsignore' -o -name '*.bak' \) -exec rm -fR 
\{\} \+ || true
   sed -ri.bak -e '/P_MACOSX/,+45{/socklen_t/d ; s,setpgrp,setpgid, }' 
include/ptlib/unix/ptlib/pmachdep.h
+# the def of SEM_FAILED changed between 10.4 and 10.5.  We coerce it anyway to 
+  sed -ri.bak -e 's,\(int\)sem != SEM_FAILED,sem != (sem_t *)SEM_FAILED,' 
src/ptlib/unix/tlibthrd.cxx
 #  perl -pi.bak -e 's,^LDAP_SOURCE,CFLAGS += -DLDAP_DEPRECATED\n$&,' 
src/ptlib/unix/Makefile
   perl -pi.bak -e 's,sys/soundcard\.h,liboss/soundcard.h,' 
{,plugins/}configure*
   sed -ri.bak -e '/NETBSD/,+5{ /#endif/a\


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to