[34328] trunk/dports/devel/kcachegrind/Portfile
raimue at macports.org
raimue at macports.org
Thu Feb 21 09:28:35 PST 2008
Revision: 34328
http://trac.macosforge.org/projects/macports/changeset/34328
Author: raimue at macports.org
Date: 2008-02-21 09:28:33 -0800 (Thu, 21 Feb 2008)
Log Message:
-----------
devel/kcachegrind:
Fix build issues on Mac OS X 10.5 Leopard;
Thanks to Michael Geary on IRC for testing this
Modified Paths:
--------------
trunk/dports/devel/kcachegrind/Portfile
Modified: trunk/dports/devel/kcachegrind/Portfile
===================================================================
--- trunk/dports/devel/kcachegrind/Portfile 2008-02-21 17:04:11 UTC (rev 34327)
+++ trunk/dports/devel/kcachegrind/Portfile 2008-02-21 17:28:33 UTC (rev 34328)
@@ -22,3 +22,8 @@
--with-extra-libs=${prefix}/lib \
--with-qt-dir=${prefix}/lib/qt3 \
--without-arts
+
+platform darwin 9 {
+ # http://developer.apple.com/qa/qa2007/qa1567.html
+ configure.ldflags-append -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080221/c9605ea2/attachment.html
More information about the macports-changes
mailing list