mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
20 lines
578 B
Plaintext
20 lines
578 B
Plaintext
$NetBSD: patch-src_bin_jp2_CMakeLists.txt,v 1.2 2016/07/14 15:41:44 wiz Exp $
|
|
|
|
Install man pages without building other docs.
|
|
|
|
--- src/bin/jp2/CMakeLists.txt.orig 2016-07-05 14:54:17.000000000 +0000
|
|
+++ src/bin/jp2/CMakeLists.txt
|
|
@@ -71,7 +71,6 @@ foreach(exe opj_decompress opj_compress
|
|
endif()
|
|
endforeach()
|
|
|
|
-if(BUILD_DOC)
|
|
# Install man pages
|
|
install(
|
|
FILES ${OPENJPEG_SOURCE_DIR}/doc/man/man1/opj_compress.1
|
|
@@ -79,4 +78,3 @@ install(
|
|
${OPENJPEG_SOURCE_DIR}/doc/man/man1/opj_dump.1
|
|
DESTINATION ${OPENJPEG_INSTALL_MAN_DIR}/man1)
|
|
#
|
|
-endif()
|