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

Modified Files:
        libsrtp.info 
Added Files:
        libsrtp.patch 
Log Message:
self-tests fail weirdly if a broken/alt version of this is already installed


Index: libsrtp.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libsrtp.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libsrtp.info        6 Feb 2009 07:42:16 -0000       1.1
+++ libsrtp.info        8 Mar 2009 08:27:58 -0000       1.2
@@ -1,10 +1,13 @@
 Package: libsrtp
 Version: 1.4.2
 Revision: 2
+BuildDepends: fink (>= 0.24.12)
 BuildDependsOnly: true
 Source: http://srtp.sourceforge.net/srtp-%v.tgz
 Source-MD5: 7b0ffbfad9bbaf33d397027e031cb35a
 SourceDirectory: srtp
+PatchFile: %n.patch
+PatchFile-MD5: 873a7ab40b19864423d13650027e09b4
 SetCFLAGS: -Os
 ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking --enable-syslog 
--enable-pic
 InstallScript: make install DESTDIR=%d

--- NEW FILE: libsrtp.patch ---
diff -Nurd -x'*~' srtp.orig/Makefile.in srtp/Makefile.in
--- srtp.orig/Makefile.in       2006-03-17 16:00:46.000000000 -0500
+++ srtp/Makefile.in    2009-03-08 04:16:24.000000000 -0400
@@ -36,7 +36,7 @@
 CPPFLAGS= @CPPFLAGS@
 CFLAGS = @CFLAGS@
 LIBS   = @LIBS@
-LDFLAGS        = @LDFLAGS@ -L.
+LDFLAGS        = -L. @LDFLAGS@
 COMPILE = $(CC) $(DEFS) $(INCDIR) $(CPPFLAGS) $(CFLAGS)
 SRTPLIB        = -lsrtp
 
diff -Nurd -x'*~' srtp.orig/crypto/Makefile.in srtp/crypto/Makefile.in
--- srtp.orig/crypto/Makefile.in        2005-10-03 11:16:37.000000000 -0400
+++ srtp/crypto/Makefile.in     2009-03-08 04:16:11.000000000 -0400
@@ -14,7 +14,7 @@
 CPPFLAGS= @CPPFLAGS@
 CFLAGS = @CFLAGS@
 LIBS   = @LIBS@
-LDFLAGS        = @LDFLAGS@ -L.
+LDFLAGS        = -L. @LDFLAGS@
 COMPILE = $(CC) $(DEFS) $(INCDIR) $(CPPFLAGS) $(CFLAGS)
 CRYPTOLIB = -lcryptomodule
 


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to