[hamradio-commits] [freedv] 01/01: remove libXxf86vm patch

Maitland Bottoms bottoms at moszumanska.debian.org
Tue Sep 12 05:41:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

bottoms pushed a commit to branch master
in repository freedv.

commit cbe05c9ab990c6aaceb816b6869a34fc7311f5a6
Author: A. Maitland Bottoms <bottoms at debian.org>
Date:   Tue Sep 12 01:35:29 2017 -0400

    remove libXxf86vm patch
---
 debian/patches/link-with-libXxf86vm | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/debian/patches/link-with-libXxf86vm b/debian/patches/link-with-libXxf86vm
deleted file mode 100644
index 54ec767..0000000
--- a/debian/patches/link-with-libXxf86vm
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -366,6 +366,12 @@
- if(wxWidgets_FOUND)
-     include("${wxWidgets_USE_FILE}")
-     list(APPEND FREEDV_LINK_LIBS ${wxWidgets_LIBRARIES})
-+    message(STATUS "Looking for libXxf86vm...")
-+    find_library(Xxf86vm_LIBRARY Xxf86vm)
-+    message(STATUS "Xxf86vm library: ${Xxf86vm_LIBRARY}")
-+    if(Xxf86vm_LIBRARY)
-+      list(APPEND FREEDV_LINK_LIBS ${Xxf86vm_LIBRARY})
-+    endif(Xxf86vm_LIBRARY)
- endif(wxWidgets_FOUND)
- 
- #

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/freedv.git



More information about the pkg-hamradio-commits mailing list