diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-05 13:39:41 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-05 13:39:41 +0000 |
| commit | b91fd53f32ad94577a37a5d3b15b8be9364b19c8 (patch) | |
| tree | 00cae6ba9febbb13b10f4469fc28b9f64af3be36 /net/openh323/files/patch-configurein | |
| parent | Upgrade to 1.72. (diff) | |
This is an initial port of newer versions of:
- pwlib -> 1.9.2
- openh323 -> 1.17.3
The decission of porting the development releases instead of the stable
releases is based upon a discussion with the openh323 developers.
They serve as a start to be able to porting newer versions of e.g.
gnomemeeting et al.
Further tweaks/improvements to them may be required when other ports
start to use these versions.
Unlike the previous versions of those ports, they install a shared lib
now. So ports which depend upon them in the future should add a RUN_DEPENDS
upon them. Additionally the build time for those ports will decrease,
since they don't need to build pwlib/openh323 each time and grab them
from the build directory.
PR: 83396
Submitted by: Steve Ames <steve@energistic.com>
In colaboration with: Steve Ames <steve@energistic.com>
Diffstat (limited to 'net/openh323/files/patch-configurein')
| -rw-r--r-- | net/openh323/files/patch-configurein | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/openh323/files/patch-configurein b/net/openh323/files/patch-configurein deleted file mode 100644 index 28578a9c1175..000000000000 --- a/net/openh323/files/patch-configurein +++ /dev/null @@ -1,19 +0,0 @@ -*** configure.in.orig Mon Jun 6 14:34:14 2005 ---- configure.in Mon Jun 6 14:41:03 2005 -*************** -*** 109,115 **** - if test "${H323_AVCODEC:-unset}" != "unset" ; then - AC_SUBST(H323_AVCODEC, 1) - AC_DEFINE(H323_AVCODEC, 1, "ffmpeg based avodec found") -! AVCODECINCLUDEDIR=/usr/local/include/ffmpeg - AVCODECLIBDIR=/usr/local/lib - STDCCFLAGS="$STDCCFLAGS -I${AVCODECINCLUDEDIR}" - ---- 109,115 ---- - if test "${H323_AVCODEC:-unset}" != "unset" ; then - AC_SUBST(H323_AVCODEC, 1) - AC_DEFINE(H323_AVCODEC, 1, "ffmpeg based avodec found") -! AVCODECINCLUDEDIR=/usr/local/include - AVCODECLIBDIR=/usr/local/lib - STDCCFLAGS="$STDCCFLAGS -I${AVCODECINCLUDEDIR}" - |
