aboutsummaryrefslogtreecommitdiff
path: root/multimedia/qt5-phonon4
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-09-04 11:17:20 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-09-04 11:17:20 +0000
commitb6b7e80bb065f4ec46b9e39524a2defe350b3be0 (patch)
tree1efd5cea5f2e04a522b67eca464a1fb5f2d9b9dd /multimedia/qt5-phonon4
parent4183b8be890da6005d1b6264b126b653cff3a7ae (diff)
downloadports-b6b7e80bb065f4ec46b9e39524a2defe350b3be0.tar.gz
ports-b6b7e80bb065f4ec46b9e39524a2defe350b3be0.zip
Notes
Diffstat (limited to 'multimedia/qt5-phonon4')
-rw-r--r--multimedia/qt5-phonon4/Makefile2
-rw-r--r--multimedia/qt5-phonon4/files/patch-CMakeLists.txt11
2 files changed, 1 insertions, 12 deletions
diff --git a/multimedia/qt5-phonon4/Makefile b/multimedia/qt5-phonon4/Makefile
index 47e3c3d3b397..7532e08e968e 100644
--- a/multimedia/qt5-phonon4/Makefile
+++ b/multimedia/qt5-phonon4/Makefile
@@ -13,7 +13,7 @@ COMMENT= Phonon 4 transitional library for Qt 5
LICENSE= LGPL21
-USES= cmake tar:xz
+USES= cmake pathfix tar:xz
USE_QT5= core dbus declarative gui opengl widgets \
buildtools_build qmake_build
CMAKE_ARGS= -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT:BOOL=TRUE \
diff --git a/multimedia/qt5-phonon4/files/patch-CMakeLists.txt b/multimedia/qt5-phonon4/files/patch-CMakeLists.txt
deleted file mode 100644
index 2797b9e62e2e..000000000000
--- a/multimedia/qt5-phonon4/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig 2013-11-10 20:21:04.000000000 +0200
-+++ CMakeLists.txt 2013-11-10 20:21:49.000000000 +0200
-@@ -216,7 +216,7 @@
- make_abs_install_path(ABS_BUILDSYSTEM_INSTALL_DIR "${BUILDSYSTEM_INSTALL_DIR}")
-
- configure_file(${CMAKE_CURRENT_SOURCE_DIR}/phonon.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/${PHONON_LIB_SONAME}.pc @ONLY)
-- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PHONON_LIB_SONAME}.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
-+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PHONON_LIB_SONAME}.pc DESTINATION libdata/pkgconfig)
- endif(NOT WIN32)
-
- set(CMAKECONFIG_INSTALL_DIR ${LIB_INSTALL_DIR}/cmake/${PHONON_LIB_SONAME} )