Re: [33224] trunk/dports/devel/gtkglext/Portfile
On Jan 21, 2008, at 15:40, rowue@macports.org wrote:
Revision: 33224 http://trac.macosforge.org/projects/macports/changeset/33224 Author: rowue@macports.org Date: 2008-01-21 13:40:45 -0800 (Mon, 21 Jan 2008)
Log Message: ----------- Appended Patch to enable build on OS X 10.5. Closes #13624
Modified Paths: -------------- trunk/dports/devel/gtkglext/Portfile
Modified: trunk/dports/devel/gtkglext/Portfile =================================================================== --- trunk/dports/devel/gtkglext/Portfile 2008-01-21 20:50:54 UTC (rev 33223) +++ trunk/dports/devel/gtkglext/Portfile 2008-01-21 21:40:45 UTC (rev 33224) @@ -17,3 +17,7 @@ depends_lib port:gtk2 \ lib:libGL.1:XFree86
+platform darwin 9 { + darwin_9_glpath /System/Library/Frameworks/OpenGL.framework/ Versions/A/Libraries + configure.args --with-gl-libdir=${darwin_9_glpath} +}
If you're trying to define a local variable here, you should put "set" before it. set darwin_9_glpath /System/Library/whatever
Am 22.01.2008 um 00:27 schrieb Ryan Schmidt:
On Jan 21, 2008, at 15:40, rowue@macports.org wrote:
[...] If you're trying to define a local variable here, you should put "set" before it.
set darwin_9_glpath /System/Library/whatever
Thanks! (Also for supervising) (But why it worked without? ;) reg's Rolf -- Security is an illusion - Datasecurity twice Rolf Würdemann - private: rowue@digitalis.org - office: rowue@crew-gmbh.de GnuPG fingerprint: 7383 348F 67D1 CD27 C90F DDD0 86A3 31B6 67F0 D02F jabber: rowue@digitalis.org 2F66A061 89BCA1A0 AD654827 6FD037FF 53C3E932
On Jan 21, 2008, at 17:44, Rolf Würdemann wrote:
Am 22.01.2008 um 00:27 schrieb Ryan Schmidt:
On Jan 21, 2008, at 15:40, rowue@macports.org wrote:
[...] If you're trying to define a local variable here, you should put "set" before it.
set darwin_9_glpath /System/Library/whatever
Thanks! (Also for supervising)
(But why it worked without? ;)
I believe you instead created a global variable. Local variables are better because they can't conflict with other parts of MacPorts.
participants (2)
-
Rolf Würdemann
-
Ryan Schmidt