summaryrefslogtreecommitdiff
path: root/comms/gammu-devel/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-04-25 23:11:00 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-04-25 23:11:00 +0000
commit26858d81b5e50044fef9486f2d93ec8f0b3b443d (patch)
treef8dcde27e232a2150893581e2dfdd721c179e5cb /comms/gammu-devel/files/patch-CMakeLists.txt
parent- Update to Firefox 3.1 BETA3 (diff)
Update to version 1.24.0.
Remove patches incorporated upstream.
Notes
Notes: svn path=/head/; revision=232746
Diffstat (limited to 'comms/gammu-devel/files/patch-CMakeLists.txt')
-rw-r--r--comms/gammu-devel/files/patch-CMakeLists.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/comms/gammu-devel/files/patch-CMakeLists.txt b/comms/gammu-devel/files/patch-CMakeLists.txt
index 0291659a6532..3e7fdfc4e1e8 100644
--- a/comms/gammu-devel/files/patch-CMakeLists.txt
+++ b/comms/gammu-devel/files/patch-CMakeLists.txt
@@ -9,32 +9,3 @@
mark_as_advanced (INSTALL_MAN_DIR)
# Phone and protocol configuration
-@@ -698,11 +698,13 @@
- COMPONENT "pkgconfig"
- )
-
-+if(INSTALL_DOC)
- install (
- FILES ${DOCS}
- DESTINATION "${INSTALL_DOC_DIR}"
- COMPONENT "docs"
- )
-+endif(INSTALL_DOC)
-
- # We want some tests. Even when cross compiling for Windows tests can be
- # done in Wine. This is better than nothing, even though Wine is a bit
-@@ -860,10 +860,14 @@
-
- add_subdirectory(utils)
-
-+option(INSTALL_DOC "Install documentation" ON)
-+
-+if(INSTALL_DOC)
- add_subdirectory(docs/config)
- add_subdirectory(docs/develop)
- add_subdirectory(docs/sql)
- add_subdirectory(docs/user)
-+endif(WITH_DOC)
-
- add_subdirectory(contrib)
-