[91252] trunk/dports/graphics/exact-image/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Mar 27 06:55:05 PDT 2012
Revision: 91252
https://trac.macports.org/changeset/91252
Author: ryandesign at macports.org
Date: 2012-03-27 06:55:05 -0700 (Tue, 27 Mar 2012)
Log Message:
-----------
exact-image: fix build on Leopard by using gcc-4.2; see #33778
Modified Paths:
--------------
trunk/dports/graphics/exact-image/Portfile
Modified: trunk/dports/graphics/exact-image/Portfile
===================================================================
--- trunk/dports/graphics/exact-image/Portfile 2012-03-27 13:46:18 UTC (rev 91251)
+++ trunk/dports/graphics/exact-image/Portfile 2012-03-27 13:55:05 UTC (rev 91252)
@@ -28,6 +28,11 @@
port:expat \
port:lcms
+platform darwin 9 {
+ # Undefined symbols: "BarDecode::code25i_t::tol", referenced from: __ZN9BarDecode9code25i_t3tolE$non_lazy_ptr in bardecode.o
+ configure.compiler gcc-4.2
+}
+
patchfiles codecs_png.cc.diff
configure.args --with-freetype \
@@ -54,6 +59,8 @@
CXX="${configure.cxx} [get_canonical_archflags cxx]" \
Q=
+eval destroot.args ${build.args}
+
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120327/f40fc0a7/attachment.html>
More information about the macports-changes
mailing list