freebsd-ports/comms/gnuradio/files/patch-gr-qtgui_doc_CMakeLists.txt
Diane Bruce 618e88079c - Update to later version of gnuradio
- fix build with portaudio
- clang builtin's are conflicting with gnuradio so use USE_GCC for now
2015-07-26 23:00:18 +00:00

12 lines
312 B
Text

--- gr-qtgui/doc/CMakeLists.txt.orig 2015-05-12 09:39:44 UTC
+++ gr-qtgui/doc/CMakeLists.txt
@@ -17,7 +17,9 @@
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
+if(ENABLE_DOCS)
install(
FILES README.qtgui
DESTINATION ${GR_PKG_DOC_DIR}
)
+endif(ENABLE_DOCS)