diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-09-12 21:47:24 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-09-12 21:47:24 +0000 |
commit | 4036a28a862ff1cd8fed39efd39f3b60b9e78573 (patch) | |
tree | d7fb9234fbe745835eab550028006ba7a63ac7c5 /net-libs/ptlib/files | |
parent | Remove old (diff) | |
download | historical-4036a28a862ff1cd8fed39efd39f3b60b9e78573.tar.gz historical-4036a28a862ff1cd8fed39efd39f3b60b9e78573.tar.bz2 historical-4036a28a862ff1cd8fed39efd39f3b60b9e78573.zip |
Add dtmf.cxx when compiling vxml.cxx.
Fix bug 283675
Package-Manager: portage-14103-svn/cvs/Linux ppc
Diffstat (limited to 'net-libs/ptlib/files')
-rw-r--r-- | net-libs/ptlib/files/ptlib-2.6.4-vxml-ptones.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-libs/ptlib/files/ptlib-2.6.4-vxml-ptones.patch b/net-libs/ptlib/files/ptlib-2.6.4-vxml-ptones.patch new file mode 100644 index 000000000000..04b4fe104bcd --- /dev/null +++ b/net-libs/ptlib/files/ptlib-2.6.4-vxml-ptones.patch @@ -0,0 +1,10 @@ +--- src/Makefile.old 2009-09-12 23:26:39.000000000 +0200 ++++ src/Makefile 2009-09-12 23:35:19.000000000 +0200 +@@ -178,6 +178,7 @@ + endif + + ifdef HAS_VXML ++SOURCES += $(COMPONENT_SRC_DIR)/dtmf.cxx + SOURCES += $(COMPONENT_SRC_DIR)/vxml.cxx + endif + |