openbsd-ports/devel/ptlib/patches/patch-make_common_mak
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

32 lines
1011 B
Plaintext

$OpenBSD: patch-make_common_mak,v 1.1.1.1 2010/03/23 21:10:17 ajacoutot Exp $
--- make/common.mak.orig Mon Sep 21 02:25:30 2009
+++ make/common.mak Thu Jan 28 12:46:41 2010
@@ -80,12 +80,12 @@ endif
SOURCES := $(strip $(SOURCES))
-ifeq ($(V)$(VERBOSE),)
-Q_CC = @echo [CC] `echo $< | sed s/$PWD//` ;
-Q_DEP= @echo [DEP] `echo $< | sed s/$PWD//` ;
-Q_AR = @echo [AR] `echo $@ | sed s/$PWD//` ;
-Q_LD = @echo [LD] `echo $@ | sed s/$PWD//` ;
-endif
+#ifeq ($(V)$(VERBOSE),)
+#Q_CC = @echo [CC] `echo $< | sed s/$PWD//` ;
+#Q_DEP= @echo [DEP] `echo $< | sed s/$PWD//` ;
+#Q_AR = @echo [AR] `echo $@ | sed s/$PWD//` ;
+#Q_LD = @echo [LD] `echo $@ | sed s/$PWD//` ;
+#endif
#
@@ -163,7 +163,7 @@ TARGET_LIBS = $(PTLIBDIR)/lib_$(PLATFORM_TYPE)/$(PTLIB
# distinguish betweek building and using pwlib
ifeq (,$(wildcard $(PTLIBDIR)/src))
-TARGET_LIBS = $(SYSLIBDIR)/$(PTLIB_FILE)
+TARGET_LIBS = $(SYSLIBDIR)/$(PTLIB_FILE).${LIBpt_VERSION}
endif
$(TARGET): $(OBJS) $(TARGET_LIBS)