[27600] trunk/dports/graphics/openjpeg/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 10 07:37:40 PDT 2007


Revision: 27600
          http://trac.macosforge.org/projects/macports/changeset/27600
Author:   yves at macports.org
Date:     2007-08-10 07:37:40 -0700 (Fri, 10 Aug 2007)

Log Message:
-----------
Fix lib install name, rev up

Modified Paths:
--------------
    trunk/dports/graphics/openjpeg/Portfile

Modified: trunk/dports/graphics/openjpeg/Portfile
===================================================================
--- trunk/dports/graphics/openjpeg/Portfile	2007-08-10 14:11:10 UTC (rev 27599)
+++ trunk/dports/graphics/openjpeg/Portfile	2007-08-10 14:37:40 UTC (rev 27600)
@@ -3,6 +3,7 @@
 PortSystem		1.0
 name			openjpeg
 version			1.2
+revision        1
 categories		graphics
 maintainers     yves
 description     Library for manipulating JPEG-2000 images
@@ -25,6 +26,9 @@
 post-patch {
     reinplace "s|/usr|${prefix}|" \
         ${worksrcpath}/Makefile.osx
+    reinplace \
+        "s|dynamiclib|dynamiclib -install_name ${prefix}/lib/libopenjpeg-2.1.2.0.dylib -compatibility_version 2.0.0 -current_version 2.1.2|" \
+            ${worksrcpath}/Makefile.osx
 }
 
 use_configure   no

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070810/7b77ff1b/attachment.html


More information about the macports-changes mailing list