diff options
Diffstat (limited to 'net-libs/ptlib/files/ptlib-2.6.4-vxml-ptones.patch')
-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 + |