[SCM] libdrumstick/master: Remove missing_libs.patch, superseded by linker-gold.patch.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Feb 5 20:15:30 UTC 2012


The following commit has been merged in the master branch:
commit d022621b8689a0f146dbb444e12f3f8cbd68873c
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 5 20:54:41 2012 +0100

    Remove missing_libs.patch, superseded by linker-gold.patch.

diff --git a/debian/patches/missing_libs.patch b/debian/patches/missing_libs.patch
deleted file mode 100644
index 67e3b70..0000000
--- a/debian/patches/missing_libs.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Append -lX11 to the linker flags list to fix FTBFS with the
- newest toolchain.
-Author: Alessio Treglia <alessio at debian.org>
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615742
-Forwarded: yes
----
- CMakeLists.txt |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- libdrumstick.orig/CMakeLists.txt
-+++ libdrumstick/CMakeLists.txt
-@@ -83,7 +83,7 @@ IF(QT4_FOUND)
-     INCLUDE (${QT_USE_FILE})
-     INCLUDE_DIRECTORIES (${QT_INCLUDES}) 
-     LINK_DIRECTORIES (${QT_LIBRARY_DIR})
--    LINK_LIBRARIES (${QT_LIBRARIES})
-+    LINK_LIBRARIES (${QT_LIBRARIES} -lX11)
-     ADD_DEFINITIONS (-DQT_STRICT_ITERATORS)
- ELSE(QT4_FOUND)
-     MESSAGE(FATAL_ERROR "Qt4 not found")

-- 
libdrumstick packaging



More information about the pkg-multimedia-commits mailing list