diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2009-09-11 12:25:36 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2009-09-11 12:25:36 +0000 |
commit | 11878b9b97f4fc18c5ed8056637301843749ebf0 (patch) | |
tree | be980f3ae679bbc9b03db757c3d3fd49874a6667 /multimedia/phonon/files/patch-CMakeLists.txt | |
parent | da5cfb242ed8840ad935227664efea2f55997ad2 (diff) | |
download | ports-11878b9b97f4fc18c5ed8056637301843749ebf0.tar.gz ports-11878b9b97f4fc18c5ed8056637301843749ebf0.zip |
Notes
Diffstat (limited to 'multimedia/phonon/files/patch-CMakeLists.txt')
-rw-r--r-- | multimedia/phonon/files/patch-CMakeLists.txt | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/multimedia/phonon/files/patch-CMakeLists.txt b/multimedia/phonon/files/patch-CMakeLists.txt deleted file mode 100644 index 098a9b7d48e2..000000000000 --- a/multimedia/phonon/files/patch-CMakeLists.txt +++ /dev/null @@ -1,32 +0,0 @@ ---- ../CMakeLists.txt.orig 2009-01-22 11:20:44.000000000 +0300 -+++ ../CMakeLists.txt 2009-02-21 01:36:17.000000000 +0300 -@@ -127,12 +127,12 @@ - - try_run(_run_result _compile_result ${CMAKE_BINARY_DIR} ${_source_file} CMAKE_FLAGS "${_include_dirs}") - -- if(NOT _compile_result) -- message(FATAL_ERROR "Could not compile simple test program:\n ${_source}") -- endif(NOT _compile_result) -- if(_run_result) -- message(FATAL_ERROR "Qt compiled without support for -fvisibility=hidden. This will break plugins and linking of some applications. Please fix your Qt installation.") -- endif(_run_result) -+# if(NOT _compile_result) -+# message(FATAL_ERROR "Could not compile simple test program:\n ${_source}") -+# endif(NOT _compile_result) -+# if(_run_result) -+# message(FATAL_ERROR "Qt compiled without support for -fvisibility=hidden. This will break plugins and linking of some applications. Please fix your Qt installation.") -+# endif(_run_result) - - if (GCC_IS_NEWER_THAN_4_2) - set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility-inlines-hidden") -@@ -260,8 +260,8 @@ - endif (Q_WS_WIN) - - if (Q_WS_X11) -- add_subdirectory(gstreamer) -- add_subdirectory(xine) -+# add_subdirectory(gstreamer) -+# add_subdirectory(xine) - endif (Q_WS_X11) - - if(NOT WIN32) # pkgconfig file |