diff options
author | Christoph Mende <angelos@gentoo.org> | 2012-07-10 18:24:03 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2012-07-10 18:24:03 +0000 |
commit | 56a95439527e2f2b30df5cfa08527cb016a745f9 (patch) | |
tree | 3dc6803cd8fceecfeb2ab986dab3c87acfc989d9 /media-sound/qmpdclient/files | |
parent | Marking pax-utils-0.4 ppc for bug 420919 (diff) | |
download | gentoo-2-56a95439527e2f2b30df5cfa08527cb016a745f9.tar.gz gentoo-2-56a95439527e2f2b30df5cfa08527cb016a745f9.tar.bz2 gentoo-2-56a95439527e2f2b30df5cfa08527cb016a745f9.zip |
Remove old
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/qmpdclient/files')
-rw-r--r-- | media-sound/qmpdclient/files/qmpdclient-1.2.1-explicit-link.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/media-sound/qmpdclient/files/qmpdclient-1.2.1-explicit-link.patch b/media-sound/qmpdclient/files/qmpdclient-1.2.1-explicit-link.patch deleted file mode 100644 index 467a4d553b5f..000000000000 --- a/media-sound/qmpdclient/files/qmpdclient-1.2.1-explicit-link.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 28fd3b4..4197a69 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,6 +1,7 @@ - cmake_minimum_required(VERSION 2.6) - --find_package(Qt4 4.4.0 COMPONENTS QtCore QtGui QtNetwork QtXml QtXmlPatterns REQUIRED QtDBus X11) -+find_package(Qt4 4.4.0 COMPONENTS QtCore QtGui QtNetwork QtXml QtXmlPatterns REQUIRED QtDBus) -+find_package(X11 REQUIRED) - - SET (QT_USE_QTNETWORK TRUE) - SET (QT_USE_QTXMLPATTERNS TRUE) -@@ -279,6 +280,7 @@ add_definitions(-DNAMEVER="${NAMEVER}" -DPREFIX="${CMAKE_INSTALL_PREFIX}" -DVERS - add_executable(qmpdclient ${QMPDClient_srcs} ${QMPDClient_ppd_hdrs} ${QMPDClient_ppd_uis} ${QMPDClient_ppd_res} ${COMPILED_TRANSLATIONS}) - - target_link_libraries(qmpdclient ${QT_LIBRARIES}) -+target_link_libraries(qmpdclient ${X11_LIBRARIES}) - - install(TARGETS qmpdclient DESTINATION bin) - if(UNIX) |