freebsd-ports/net/openh323/files/patch-makefile.in
Alexander Leidinger b91fd53f32 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>
2006-02-05 13:39:41 +00:00

13 lines
479 B
Text

--- Makefile.in.orig Thu Feb 2 13:29:46 2006
+++ Makefile.in Thu Feb 2 13:33:57 2006
@@ -351,8 +351,8 @@
ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE) \
)
(cd $(DESTDIR)$(LIBDIR); \
- rm -f libopenh323.@SHAREDLIBEXT@ ; \
- ln -sf $(OH323_FILE) libopenh323.@SHAREDLIBEXT@ \
+ rm -f libopenh323.so ; \
+ ln -sf $(OH323_FILE) libopenh323.so \
)
( for dir in $(DESTDIR)$(LIBDIR) \
$(DESTDIR)$(PREFIX)/include/openh323 \