[66713] trunk/dports/lang/gcc45/Portfile

mww at macports.org mww at macports.org
Tue Apr 20 22:33:50 PDT 2010


Revision: 66713
          http://trac.macports.org/changeset/66713
Author:   mww at macports.org
Date:     2010-04-20 22:33:48 -0700 (Tue, 20 Apr 2010)
Log Message:
-----------
add --datatroot.. to avoid file conflicts in $prefix/share with gcc44 (and potentially others);
-> #22063

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

Modified: trunk/dports/lang/gcc45/Portfile
===================================================================
--- trunk/dports/lang/gcc45/Portfile	2010-04-21 02:32:41 UTC (rev 66712)
+++ trunk/dports/lang/gcc45/Portfile	2010-04-21 05:33:48 UTC (rev 66713)
@@ -4,6 +4,7 @@
 
 name			gcc45
 version			4.5.0
+revision                1
 epoch                   1
 platforms		darwin
 categories		lang
@@ -77,6 +78,7 @@
 		--includedir=${prefix}/include/${name} \
 		--infodir=${prefix}/share/info \
 		--mandir=${prefix}/share/man \
+                --datarootdir=${prefix}/share/gcc-${major} \
 		--with-local-prefix=${prefix} \
 		--with-system-zlib \
 		--disable-nls \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100420/d41d1f41/attachment.html>


More information about the macports-changes mailing list