From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/jasper/files/
Date: Sun, 27 Nov 2016 11:19:42 +0000 (UTC) [thread overview]
Message-ID: <1480245398.50362025a8e77346baa5f1240924971eab1dcfe2.soap@gentoo> (raw)
commit: 50362025a8e77346baa5f1240924971eab1dcfe2
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 11:15:25 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 11:16:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50362025
media-libs/jasper: use set() instead of option() in CMakeLists.txt
* option() should only be used for boolean arguments
https://cmake.org/cmake/help/latest/command/option.html?highlight=option
Package-Manager: portage-2.3.2
media-libs/jasper/files/jasper-2.0.0-fix-build-system.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/jasper/files/jasper-2.0.0-fix-build-system.patch b/media-libs/jasper/files/jasper-2.0.0-fix-build-system.patch
index bae5476..f95023b 100644
--- a/media-libs/jasper/files/jasper-2.0.0-fix-build-system.patch
+++ b/media-libs/jasper/files/jasper-2.0.0-fix-build-system.patch
@@ -8,7 +8,7 @@
option(JAS_ENABLE_OPENGL "Enable use of OpenGL Library" true)
option(JAS_ENABLE_STRICT "Enable pedantic error checking" false)
option(JAS_ENABLE_SHARED "Enable building of shared library" true)
-+option(CMAKE_INSTALL_LIBDIR "Path to install libraries into" lib)
++set(CMAKE_INSTALL_LIBDIR lib CACHE PATH "Path to install libraries into")
if (APPLE AND ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(MACOSX true)
reply other threads:[~2016-11-27 11:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1480245398.50362025a8e77346baa5f1240924971eab1dcfe2.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox