[22052] trunk/dports/lang/ghc/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 15 20:10:19 PST 2007


Revision: 22052
          http://trac.macosforge.org/projects/macports/changeset/22052
Author:   gwright at macports.org
Date:     2007-02-15 20:10:19 -0800 (Thu, 15 Feb 2007)

Log Message:
-----------
Fixed a small shell issue that affected a few users.

Modified Paths:
--------------
    trunk/dports/lang/ghc/Portfile

Modified: trunk/dports/lang/ghc/Portfile
===================================================================
--- trunk/dports/lang/ghc/Portfile	2007-02-16 02:19:46 UTC (rev 22051)
+++ trunk/dports/lang/ghc/Portfile	2007-02-16 04:10:19 UTC (rev 22052)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name		ghc
 version		6.6
-revision	2
+revision	3
 categories	lang
 maintainers	gwright at macports.org
 platforms	darwin
@@ -229,7 +229,7 @@
 variant noopengl	{ configure.args-append --disable-hopengl }
 
 build	{
-	system "DYLD_FALLBACK_LIBRARY_PATH=${prefix}/lib ${build.cmd} ${build.target}"
+	system "env DYLD_FALLBACK_LIBRARY_PATH=${prefix}/lib ${build.cmd} ${build.target}"
 }
 
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070215/63b85986/attachment.html


More information about the macports-changes mailing list