1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/h323plus/files/patch-openh323u.mak.in
Adam Weinberger 721817fc75 Add net/h323plus.
H.323 Plus (or, "H323plus") is a multi-platform H323 Video Conferencing
library formerly known as OpenH323. The new name was chosen to reflect
the fact that the open source H.323 project now contains even
more more functionality than ever before.

WWW: http://www.h323plus.org/

PR:		192912
Submitted by:	Nikola Kolev
2014-08-24 16:36:01 +00:00

21 lines
592 B
Makefile

--- openh323u.mak.in.orig 2013-12-13 00:52:13.000000000 +0200
+++ openh323u.mak.in 2014-08-22 12:13:27.000000000 +0300
@@ -96,7 +96,7 @@ endif # NOTRACE
include $(PTLIBDIR)/make/ptlib.mak
endif # LIBRARY_MAKEFILE
-LIBDIRS += $(OPENH323DIR)
+LIBDIRS = $(OPENH323DIR)
#OH323_SUPPRESS_H235 = 1
@@ -132,7 +132,7 @@ OH323_SUFFIX = $(OBJ_SUFFIX)
endif # OH323_SUFFIX
endif # HAS_PTLIB_LIB_MAK
-OH323_BASE = h323_$(PLATFORM_TYPE)_$(OH323_SUFFIX)$(LIB_TYPE)
+OH323_BASE = h323$(OH323_SUFFIX)$(LIB_TYPE)
OH323_FILE = lib$(OH323_BASE).$(LIB_SUFFIX)
LDFLAGS += -L$(OH323_LIBDIR)