aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sems/remove-dsm.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-13 21:42:07 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-13 22:40:10 -0300
commit37985a702b4223644a5cabfdf69494ebe451717c (patch)
tree96e129646f4b7ff93ecb4b67c838ff5827822d71 /testing/sems/remove-dsm.patch
parent6c729f5710119534d3839bc383cc15b76bd861e3 (diff)
downloadaports-37985a702b4223644a5cabfdf69494ebe451717c.tar.bz2
aports-37985a702b4223644a5cabfdf69494ebe451717c.tar.xz
testing/sems: drop py2
Diffstat (limited to 'testing/sems/remove-dsm.patch')
-rw-r--r--testing/sems/remove-dsm.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/sems/remove-dsm.patch b/testing/sems/remove-dsm.patch
new file mode 100644
index 0000000000..6669a83d8a
--- /dev/null
+++ b/testing/sems/remove-dsm.patch
@@ -0,0 +1,23 @@
+Requires python2
+
+diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
+index e2668eb..c8cc2d2 100644
+--- a/apps/CMakeLists.txt
++++ b/apps/CMakeLists.txt
+@@ -6,6 +6,7 @@ ADD_SUBDIRECTORY(callback)
+ ADD_SUBDIRECTORY(click2dial)
+ IF(PYTHONLIBS_FOUND)
+ ADD_SUBDIRECTORY(conf_auth)
++ ADD_SUBDIRECTORY(dsm)
+ ENDIF(PYTHONLIBS_FOUND)
+ ADD_SUBDIRECTORY(conference)
+ IF(MYSQLPP_FOUND)
+@@ -14,7 +15,6 @@ ENDIF(MYSQLPP_FOUND)
+ IF(OPENSSL_FOUND)
+ ADD_SUBDIRECTORY(diameter_client)
+ ENDIF(OPENSSL_FOUND)
+-ADD_SUBDIRECTORY(dsm)
+ ADD_SUBDIRECTORY(early_announce)
+ #ADD_SUBDIRECTORY(examples)
+ IF(MISDN_FOUND)
+