diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-20 03:09:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-20 03:09:19 +0000 |
commit | 93c78fcf0e8c4b43a88105395f708f337156236f (patch) | |
tree | d08ac75411f54e8fc9ede7934203304aaf83011e /net/linphone-base/files/patch-Makefile.in | |
parent | Add some mastersites, rearrange them also. (diff) |
Update port: net/linphone to 0.12.0 (fix ports/55665)
- Update to version 0.12.0
PR: ports/55872
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'net/linphone-base/files/patch-Makefile.in')
-rw-r--r-- | net/linphone-base/files/patch-Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/linphone-base/files/patch-Makefile.in b/net/linphone-base/files/patch-Makefile.in new file mode 100644 index 000000000000..f6b1b035eafa --- /dev/null +++ b/net/linphone-base/files/patch-Makefile.in @@ -0,0 +1,16 @@ + +$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 + + |