[84783] trunk/dports/net/transmission/files/patch-xcodebuild.diff
ryandesign at macports.org
ryandesign at macports.org
Sat Oct 1 15:40:28 PDT 2011
Revision: 84783
http://trac.macports.org/changeset/84783
Author: ryandesign at macports.org
Date: 2011-10-01 15:40:26 -0700 (Sat, 01 Oct 2011)
Log Message:
-----------
transmission: fix build with gcc; see #31474
Modified Paths:
--------------
trunk/dports/net/transmission/files/patch-xcodebuild.diff
Modified: trunk/dports/net/transmission/files/patch-xcodebuild.diff
===================================================================
--- trunk/dports/net/transmission/files/patch-xcodebuild.diff 2011-10-01 22:35:05 UTC (rev 84782)
+++ trunk/dports/net/transmission/files/patch-xcodebuild.diff 2011-10-01 22:40:26 UTC (rev 84783)
@@ -1,5 +1,5 @@
---- Transmission.xcodeproj/project.pbxproj.orig 2011-07-30 19:36:53.000000000 -0400
-+++ Transmission.xcodeproj/project.pbxproj 2011-07-30 19:36:53.000000000 -0400
+--- Transmission.xcodeproj/project.pbxproj.orig 2011-10-01 16:38:33.000000000 -0400
++++ Transmission.xcodeproj/project.pbxproj 2011-10-01 16:38:33.000000000 -0400
@@ -470,7 +470,7 @@
4D118E1808CB46B20033958F /* PrefsController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PrefsController.h; path = macosx/PrefsController.h; sourceTree = "<group>"; };
4D118E1908CB46B20033958F /* PrefsController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PrefsController.m; path = macosx/PrefsController.m; sourceTree = "<group>"; };
@@ -62,3 +62,27 @@
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
+@@ -2682,6 +2650,7 @@
+ "$(inherited)",
+ "-DSYS_DARWIN",
+ );
++ OTHER_LDFLAGS = "-lstdc++";
+ PRODUCT_NAME = Transmission;
+ WRAPPER_EXTENSION = app;
+ };
+@@ -2847,6 +2816,7 @@
+ "$(inherited)",
+ "-DSYS_DARWIN",
+ );
++ OTHER_LDFLAGS = "-lstdc++";
+ PRODUCT_NAME = Transmission;
+ WRAPPER_EXTENSION = app;
+ };
+@@ -2969,6 +2939,7 @@
+ "$(inherited)",
+ "-DSYS_DARWIN",
+ );
++ OTHER_LDFLAGS = "-lstdc++";
+ PRODUCT_NAME = Transmission;
+ WRAPPER_EXTENSION = app;
+ };
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111001/a0b7ba38/attachment-0001.html>
More information about the macports-changes
mailing list