Update of /cvsroot/fink/experimental/thesin/libs
In directory usw-pr-cvs1:/tmp/cvs-serv7529
Added Files:
libosip-0.8.8-1.info libosip-0.8.8-1.patch
Log Message:
New Package
--- NEW FILE: libosip-0.8.8-1.info ---
Package: libosip
Version: 0.8.8
Revision: 1
###
Depends: %N-shlibs (= %v-%r)
###
Source: http://www.linphone.org/download/%n-%v.tar.gz
Source-MD5: 840b5508eec9ae7fae998059b7bf63eb
###
Patch: %f.patch
###
ConfigureParams: --enable-pthread --with-pic --enable-shared --enable-static
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
SplitOff: <<
Package: %N-shlibs
Files: <<
lib/%N-*.dylib
lib/libfsmtl-*.dylib
<<
DocFiles: AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
<<
###
DocFiles: AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
###
Description: Implementation of SIP (RFC 3261)
DescDetail: <<
oSIP implements the Session Initiation Protocol (published by IETF as
RFC 3161). It can provide signalling capabilities for multimedia applications
(IP phones, etc.). It provides a fully usable parser for the SIP syntax and
implements the "transaction layer" as defined in the draft. It also provides
an SDP parser and extra features for the User Agent. It can be used to build
both proxy and IP phones.
<<
###
License: LGPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://www.linphone.org/
--- NEW FILE: libosip-0.8.8-1.patch ---
diff -ruN libosip-0.8.8.orig/configure libosip-0.8.8/configure
--- libosip-0.8.8.orig/configure 2002-06-26 04:25:00.000000000 -0600
+++ libosip-0.8.8/configure 2002-09-24 10:58:34.000000000 -0600
@@ -3420,7 +3420,14 @@
;;
darwin* | rhapsody*)
- allow_undefined_flag='-undefined suppress'
+ case "$host_os" in
+ rhapsody* | darwin1.[012])
+ allow_undefined_flag='-undefined suppress'
+ ;;
+ *) # Darwin 1.3 on
+ allow_undefined_flag='-flat_namespace -undefined suppress'
+ ;;
+ esac
# FIXME: Relying on posixy $() will cause problems for
# cross-compilation, but unfortunately the echo tests do not
# yet detect zsh echo's removal of \ escapes.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits