mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
15 lines
455 B
Plaintext
15 lines
455 B
Plaintext
$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)
|