diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-20 07:35:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-20 07:35:36 +0000 |
commit | d101b93e0aedbf3e63a2a24833cc938e6cab1ef3 (patch) | |
tree | f1b4de0de0119afbdf292d9554c72d4f138f934c /net/linphone-base/files/patch-Makefile.in | |
parent | - Update to version 9.3 (diff) |
Undo update of net/linphone. The port uses some kind of programming
trick to find out the IP address of the outgoing interface. This
trick works fine on Linux, but fails on *BSD. For more information,
see udpcliserv/udpcli09.c in the book of Richard Stevens.
Touched port-epoch
Notes
Notes:
svn path=/head/; revision=91707
Diffstat (limited to 'net/linphone-base/files/patch-Makefile.in')
-rw-r--r-- | net/linphone-base/files/patch-Makefile.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/linphone-base/files/patch-Makefile.in b/net/linphone-base/files/patch-Makefile.in deleted file mode 100644 index f6b1b035eafa..000000000000 --- a/net/linphone-base/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Wed Aug 20 17:43:49 2003 -+++ Makefile.in Sat Aug 23 01:36:29 2003 -@@ -158,8 +158,8 @@ - - @BUILD_TRUESPEECH_TRUE@WIN32ACM_DIR = win32acm - --SUBDIRS = pixmaps ffmpeg po macros debian ipkg oRTP gsmlib lpc10-1.5 \ -- speex $(WIN32ACM_DIR) mediastreamer \ -+SUBDIRS = pixmaps ffmpeg po macros debian ipkg oRTP lpc10-1.5 \ -+ $(WIN32ACM_DIR) mediastreamer \ - media_api osipua coreapi console gnome share developer-docs - - |