]> git.pld-linux.org Git - packages/ortp.git/blob - ortp-am.patch
- updated to 4.4.0; license is GPL v3+ now
[packages/ortp.git] / ortp-am.patch
1 --- ortp-4.4.0/Makefile.am.orig 2020-06-15 19:23:39.000000000 +0200
2 +++ ortp-4.4.0/Makefile.am      2020-09-26 10:24:22.830791471 +0200
3 @@ -38,7 +38,7 @@
4  pkgdocdir=$(docdir)/$(PACKAGE)-$(VERSION)
5  doc_htmldir=$(pkgdocdir)/html
6  
7 -pkgdoc_DATA = README.md AUTHORS ChangeLog COPYING
8 +pkgdoc_DATA = README.md AUTHORS.md CHANGELOG.md LICENSE.txt
9  doc_html_DATA = $(top_builddir)/doc/html/html.tar
10  
11  $(top_builddir)/doc/html/html.tar: $(top_builddir)/doc/html/index.html
12 --- ortp-4.4.0/src/Makefile.am.orig     2020-06-15 19:23:39.000000000 +0200
13 +++ ortp-4.4.0/src/Makefile.am  2020-09-26 10:36:44.623439502 +0200
14 @@ -44,6 +44,7 @@
15                         rtpsession_priv.h \
16                         rtpsignaltable.c  \
17                         rtptimer.c      rtptimer.h \
18 +                       rtpbundle.cc \
19                         scheduler.c scheduler.h \
20                         sessionset.c  \
21                         str_utils.c     \
22 --- ortp-4.4.0/configure.ac.orig        2020-06-15 19:23:39.000000000 +0200
23 +++ ortp-4.4.0/configure.ac     2020-09-26 10:37:42.769791163 +0200
24 @@ -47,6 +47,7 @@
25  
26  dnl Checks for programs.
27  AC_PROG_CC
28 +AC_PROG_CXX
29  LT_INIT([win32-dll shared disable-static])
30  
31  gl_LD_OUTPUT_DEF
32 @@ -298,13 +299,6 @@
33  )
34  AM_CONDITIONAL(ENABLE_TESTS, test x$tests_enabled = xtrue)
35  
36 -case "$target_os" in
37 -       *linux*)
38 -               # Eliminate -lstdc++ addition to postdeps for cross compiles.
39 -               postdeps_CXX=`echo " $postdeps_CXX " | sed 's, -lstdc++ ,,g'`
40 -       ;;
41 -esac
42 -
43  dnl ##################################################
44  dnl # Check for doxygen
45  dnl ##################################################
This page took 0.074761 seconds and 3 git commands to generate.