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/opal/files/patch-openh323u.mak.in | |
| 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/opal/files/patch-openh323u.mak.in')
| -rw-r--r-- | net/opal/files/patch-openh323u.mak.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/opal/files/patch-openh323u.mak.in b/net/opal/files/patch-openh323u.mak.in new file mode 100644 index 000000000000..5be056ca337c --- /dev/null +++ b/net/opal/files/patch-openh323u.mak.in @@ -0,0 +1,13 @@ +--- openh323u.mak.in.orig Thu Feb 2 12:39:34 2006 ++++ openh323u.mak.in Thu Feb 2 12:39:51 2006 +@@ -203,6 +203,10 @@ + OH323_INCDIR = $(OPENH323DIR)/include + endif # PREFIX + ++ifdef BUILDTIME ++OH323_INCDIR = ${OPENH323DIR}/include ++endif #BUILDTIME ++ + ifndef OH323_LIBDIR + OH323_LIBDIR = $(OPENH323DIR)/lib + endif # OH323_LIBDIR |
