summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/jasper/files/jasper-2.0.0-fix-build-system.patch')
-rw-r--r--media-libs/jasper/files/jasper-2.0.0-fix-build-system.patch2
1 files changed, 1 insertions, 1 deletions
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 bae54760f470..f95023be106d 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)