[31713] trunk/dports/graphics/openjpeg/Portfile
css at macports.org
css at macports.org
Mon Dec 3 19:05:40 PST 2007
Revision: 31713
http://trac.macosforge.org/projects/macports/changeset/31713
Author: css at macports.org
Date: 2007-12-03 19:05:30 -0800 (Mon, 03 Dec 2007)
Log Message:
-----------
Fixed the build options to set the correct install_name. (#13370)
Modified Paths:
--------------
trunk/dports/graphics/openjpeg/Portfile
Modified: trunk/dports/graphics/openjpeg/Portfile
===================================================================
--- trunk/dports/graphics/openjpeg/Portfile 2007-12-04 00:40:24 UTC (rev 31712)
+++ trunk/dports/graphics/openjpeg/Portfile 2007-12-04 03:05:30 UTC (rev 31713)
@@ -4,7 +4,7 @@
name openjpeg
version 1.2
-revision 2
+revision 3
categories graphics
maintainers nomaintainer
description Library for manipulating JPEG-2000 images
@@ -28,6 +28,6 @@
configure.args -D BUILD_SHARED_LIBS:BOOL=ON \
-D CMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-D CMAKE_INSTALL_PREFIX:PATH=${prefix} \
- -D CMAKE_INSTALL_RPATH:PATH=${prefix} \
- -D CMAKE_INSTALL_NAME_DIR=${prefix} \
+ -D CMAKE_INSTALL_RPATH:PATH=${prefix}/lib \
+ -D CMAKE_INSTALL_NAME_DIR=${prefix}/lib \
-D BUILD_EXAMPLES:BOOL=ON
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071203/32c32023/attachment.html
More information about the macports-changes
mailing list