summaryrefslogtreecommitdiff
path: root/audio/flacon/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-17 15:34:14 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-17 15:34:14 +0000
commit0286a22dbe6373e761b616d2ce657b6a06591f77 (patch)
treefb7ac5f81cac82f1c4de1df415a09bbdabcf9621 /audio/flacon/files/patch-CMakeLists.txt
parentUpdate libclc to 0.1.0, snapshot from 20150710. (diff)
- Update to version 1.2.0
- Allow to build against Qt 5 instead of Qt 4 (off by default) - Add missing `desktop-file-utils' to USES as suggested by `stage-qa' - Remove INSTALLS_ICONS knob (not to be used for Qt-based programs) - Fix a typo and rephrase pkg-message text while I am at it
Notes
Notes: svn path=/head/; revision=397119
Diffstat (limited to 'audio/flacon/files/patch-CMakeLists.txt')
-rw-r--r--audio/flacon/files/patch-CMakeLists.txt12
1 files changed, 2 insertions, 10 deletions
diff --git a/audio/flacon/files/patch-CMakeLists.txt b/audio/flacon/files/patch-CMakeLists.txt
index 1202aa60a8c5..a0170c6a7cee 100644
--- a/audio/flacon/files/patch-CMakeLists.txt
+++ b/audio/flacon/files/patch-CMakeLists.txt
@@ -1,14 +1,6 @@
---- CMakeLists.txt.orig 2014-08-19 17:05:30 UTC
+--- CMakeLists.txt.orig 2015-09-04 19:04:20 UTC
+++ CMakeLists.txt
-@@ -204,6 +204,7 @@ include(translations/translatorsinfo.cma
- create_translatorsinfo_qrc(TRANSLATORS_INFO_QRC translations)
- set(LIBRARIES ${LIBRARIES} ${UCHARDET_LIBRARIES})
- include_directories(${UCHARDET_INCLUDE_DIRS})
-+link_directories(${UCHARDET_LIBRARY_DIRS})
-
-
- add_executable(${PROJECT_NAME} ${HEADERS} ${SOURCES} ${MOC_SOURCES} ${QM_FILES} ${QRC_SOURCES} ${UI_HEADERS} ${ENGINES_CPP} ${ENGINES_H} ${TRANSLATORS_INFO_QRC})
-@@ -271,7 +272,7 @@ configure_file(
+@@ -348,7 +348,7 @@ configure_file(
add_custom_command(TARGET ${PROJECT_NAME}
COMMAND gzip -c ${CMAKE_CURRENT_BINARY_DIR}/flacon.1 > ${CMAKE_CURRENT_BINARY_DIR}/flacon.1.gz
)