[94730] users/g5pw/dports/devel/pev/Portfile
g5pw at macports.org
g5pw at macports.org
Wed Jun 27 14:56:23 PDT 2012
Revision: 94730
https://trac.macports.org/changeset/94730
Author: g5pw at macports.org
Date: 2012-06-27 14:56:22 -0700 (Wed, 27 Jun 2012)
Log Message:
-----------
devel/pev:
Removed the use of install_name_tool because -install_name is used in the makefile, but PREFIX was not set correctly leading to library errors.
Modified Paths:
--------------
users/g5pw/dports/devel/pev/Portfile
Modified: users/g5pw/dports/devel/pev/Portfile
===================================================================
--- users/g5pw/dports/devel/pev/Portfile 2012-06-27 21:49:38 UTC (rev 94729)
+++ users/g5pw/dports/devel/pev/Portfile 2012-06-27 21:56:22 UTC (rev 94730)
@@ -29,13 +29,8 @@
build.args-append CC=${configure.cc} \
CXX=${configure.cxx} \
- CPP=${configure.cpp}
+ CPP=${configure.cpp} \
+ PREFIX=${prefix}
destroot.args-append \
PREFIX=${prefix}
-
-pre-destroot {
- foreach f {ofs2rva pedis pepack pescan pesec readpe rva2ofs ../lib/libpe/libpe.dylib} {
- system -W ${worksrcpath} "install_name_tool -change /usr/lib/libpe.dylib.1 ${prefix}/lib/libpe.dylib.1 src/${f}"
- }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120627/f956b0b4/attachment.html>
More information about the macports-changes
mailing list