summaryrefslogtreecommitdiff
path: root/textproc/ebook-tools/patches/patch-ab
blob: fa944435f61d4ef8677f9253e226288e4d5168f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.1 2010/06/06 23:37:00 markd Exp $

--- src/tools/CMakeLists.txt.orig	2008-06-07 19:09:38.000000000 +0000
+++ src/tools/CMakeLists.txt
@@ -3,6 +3,6 @@ add_executable (einfo einfo.c)
 target_link_libraries (einfo epub)    
 
 install ( TARGETS einfo DESTINATION bin )
-if(NOT WIN32)
-  install ( PROGRAMS lit2epub DESTINATION bin )
-endif(NOT WIN32)
+#if(NOT WIN32)
+#  install ( PROGRAMS lit2epub DESTINATION bin )
+#endif(NOT WIN32)