You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/6_ac_install_patch/media-sound/clementine/compile_error.patch

21 lines
672 B

# Calculate format=diff
commit 2d1b425493797b24bca9e190f9b57fb694a04f2e
Author: Jacob Henner <code@ventricle.us>
Date: Tue Mar 14 13:23:16 2017 -0400
Fixes #5660 - compile error
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2243d4481..f0a8a569b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1199,7 +1199,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.in
${CMAKE_CURRENT_BINARY_DIR}/version.h)
-qt4_wrap_cpp(MOC ${HEADERS})
+qt4_wrap_cpp(MOC ${HEADERS} OPTIONS "-D_SYS_SYSMACROS_H_OUTER")
qt4_wrap_ui(UIC ${UI})
qt4_add_resources(QRC ${RESOURCES})