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-speex::doc::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-speex::doc::Makefile.in')
-rw-r--r-- | net/linphone-base/files/patch-speex::doc::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/linphone-base/files/patch-speex::doc::Makefile.in b/net/linphone-base/files/patch-speex::doc::Makefile.in new file mode 100644 index 000000000000..3a20772d4288 --- /dev/null +++ b/net/linphone-base/files/patch-speex::doc::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- speex/doc/Makefile.in.orig Fri Jun 13 15:22:04 2003 ++++ speex/doc/Makefile.in Fri Jun 13 15:22:40 2003 +@@ -91,7 +91,7 @@ + am__quote = @am__quote@ + install_sh = @install_sh@ + src = @src@ +-docdir = $(prefix)/share/doc/@PACKAGE@-@VERSION@ ++docdir = $(prefix)/share/doc/@PACKAGE@ + + doc_DATA = manual.pdf + |