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

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 9 06:31:31 PDT 2007


Revision: 23772
          http://trac.macosforge.org/projects/macports/changeset/23772
Author:   gwright at macports.org
Date:     2007-04-09 06:31:31 -0700 (Mon, 09 Apr 2007)

Log Message:
-----------
Proposed fix for ticket 11190.

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

Modified: trunk/dports/lang/ghc/Portfile
===================================================================
--- trunk/dports/lang/ghc/Portfile	2007-04-09 13:10:17 UTC (rev 23771)
+++ trunk/dports/lang/ghc/Portfile	2007-04-09 13:31:31 UTC (rev 23772)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name		ghc
 version		6.6
-revision	3
+revision	5
 categories	lang
 maintainers	gwright at macports.org
 platforms	darwin
@@ -109,7 +109,7 @@
 
 		configure.args-append --with-ghc='${workpath}/${name}-bootstrap/bin/ghc'
 		build.cmd	gmake
-		build.target
+		build.target	{ }
 	}
 
 
@@ -214,7 +214,7 @@
 #		the five scripts which actually have the installation	\
 #		path hard coded.
 
-configure.env	LDFLAGS="-L/usr/lib -L${prefix}/lib"	\
+configure.env	LDFLAGS="-L${prefix}/lib -L/usr/lib"	\
 		CPPFLAGS="-I${prefix}/include"		\
 		CFLAGS="-I${prefix}/include"		\
 		DYLD_FALLBACK_LIBRARY_PATH=${prefix}/lib

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


More information about the macports-changes mailing list