openbsd-ports/devel/ptlib/patches/patch-Makefile_in
ajacoutot 540c1f4f5f Import ptlib-2.6.5
PTLib is a moderately large C++ class library that originated many years
ago as a method to produce applications that run on both Microsoft
Windows and Unix X-Windows systems. It also was to have a Macintosh port
as well, but this never eventuated. In those days it was called the
PWLib the Portable Windows Library.

Since then, the availability of multi-platform GUI toolkits such as KDE
and wxWindows, and the development of the OpenH323 and OPAL projects as
primary user of the library, has emphasised the focus on networking, I/O
portability, multi-threading and protocol portability. Mostly, the
library is used to create high performance and highly portable
network-centric applications. So all the GUI abstractions ahave been
dropped and it was renamed the Portable Tools Library that you see
today.
2010-03-23 21:10:17 +00:00

18 lines
745 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2010/03/23 21:10:17 ajacoutot Exp $
--- Makefile.in.orig Tue Sep 22 17:09:47 2009
+++ Makefile.in Tue Sep 22 17:10:26 2009
@@ -92,12 +92,7 @@ install:
$(DESTDIR)$(PREFIX)/share/ptlib/make ; \
do mkdir -p $$dir ; chmod 755 $$dir ; \
done )
- $(INSTALL) -m 444 $(PT_LIBDIR)/$(LIB_SONAME) $(DESTDIR)$(LIBDIR)
- $(INSTALL) -m 444 $(PT_LIBDIR)/lib$(PTLIB_BASE)_s.a $(DESTDIR)$(LIBDIR)
- (cd $(DESTDIR)$(LIBDIR) ; \
- rm -f $(PTLIB_FILE) ; \
- ln -sf $(LIB_SONAME) $(PTLIB_FILE) \
- )
+ $(INSTALL) -m 444 $(PT_LIBDIR)/$(PTLIB_FILE).$(MAJOR_VERSION).$(MINOR_VERSION) $(DESTDIR)$(LIBDIR)
ifeq (1, $(HAS_PLUGINS))
if test -e $(PT_LIBDIR)/device/; then \
cd $(PT_LIBDIR)/device/; \