[32853] trunk/dports/lang/gcc34

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 22:07:00 PST 2008


Revision: 32853
          http://trac.macosforge.org/projects/macports/changeset/32853
Author:   ryandesign at macports.org
Date:     2008-01-13 22:06:58 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
gcc34: fix name of patchfile to match recommendations

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

Added Paths:
-----------
    trunk/dports/lang/gcc34/files/patch-darwin.h.diff

Removed Paths:
-------------
    trunk/dports/lang/gcc34/files/patch-darwin.h

Modified: trunk/dports/lang/gcc34/Portfile
===================================================================
--- trunk/dports/lang/gcc34/Portfile	2008-01-14 06:05:22 UTC (rev 32852)
+++ trunk/dports/lang/gcc34/Portfile	2008-01-14 06:06:58 UTC (rev 32853)
@@ -47,7 +47,7 @@
 # supported configuration according to the developers.
 
 platform darwin 8 {
-		  patchfiles	patch-darwin.h
+		  patchfiles	patch-darwin.h.diff
 		}
 platform darwin 8 powerpc {
 		  configure.compiler	gcc-3.3

Deleted: trunk/dports/lang/gcc34/files/patch-darwin.h
===================================================================
--- trunk/dports/lang/gcc34/files/patch-darwin.h	2008-01-14 06:05:22 UTC (rev 32852)
+++ trunk/dports/lang/gcc34/files/patch-darwin.h	2008-01-14 06:06:58 UTC (rev 32853)
@@ -1,12 +0,0 @@
---- gcc/config/darwin.h.sav	2005-05-18 13:56:37.000000000 -0400
-+++ gcc/config/darwin.h		2004-05-18 13:57:48.000000000 -0400
-@@ -275,7 +275,8 @@
- /* Machine dependent libraries.  */
- 
- #undef	LIB_SPEC
--#define LIB_SPEC "%{!static:-lSystem}"
-+#define LIB_SPEC "%{!static:-lSystemStubs -lSystem}"
-+
- 
- /* We specify crt0.o as -lcrt0.o so that ld will search the library path.  */
- 

Copied: trunk/dports/lang/gcc34/files/patch-darwin.h.diff (from rev 32740, trunk/dports/lang/gcc34/files/patch-darwin.h)
===================================================================
--- trunk/dports/lang/gcc34/files/patch-darwin.h.diff	                        (rev 0)
+++ trunk/dports/lang/gcc34/files/patch-darwin.h.diff	2008-01-14 06:06:58 UTC (rev 32853)
@@ -0,0 +1,12 @@
+--- gcc/config/darwin.h.sav	2005-05-18 13:56:37.000000000 -0400
++++ gcc/config/darwin.h		2004-05-18 13:57:48.000000000 -0400
+@@ -275,7 +275,8 @@
+ /* Machine dependent libraries.  */
+ 
+ #undef	LIB_SPEC
+-#define LIB_SPEC "%{!static:-lSystem}"
++#define LIB_SPEC "%{!static:-lSystemStubs -lSystem}"
++
+ 
+ /* We specify crt0.o as -lcrt0.o so that ld will search the library path.  */
+ 

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


More information about the macports-changes mailing list