Commits

Ryan Schmidt authored 4ef46f33269
DateLine: don't hardcode /opt/local in patchfile

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@85427 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

aqua/DateLine/files/project.pbxproj.patch

Modified
1 1 --- DateLine.xcodeproj/project.pbxproj.orig 2009-07-12 13:15:41.000000000 +1000
2 2 +++ DateLine.xcodeproj/project.pbxproj 2011-10-13 12:51:13.000000000 +1100
3 3 @@ -143,7 +143,7 @@
4 4 FAB8840A0FEFA76600643D4A /* Licensing.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Licensing.xib; sourceTree = "<group>"; };
5 5 FAB8840C0FEFA77B00643D4A /* MyApp.scriptSuite */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.scriptSuite; path = MyApp.scriptSuite; sourceTree = "<group>"; };
6 6 FAB8840D0FEFA77B00643D4A /* MyApp.scriptTerminology */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.scriptTerminology; path = MyApp.scriptTerminology; sourceTree = "<group>"; };
7 7 - FAB884120FEFA8C900643D4A /* libcrypto.0.9.7.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.0.9.7.dylib; path = /usr/lib/libcrypto.0.9.7.dylib; sourceTree = "<absolute>"; };
8 -+ FAB884120FEFA8C900643D4A /* libcrypto.0.9.7.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.dylib; path = /opt/local/lib/libcrypto.dylib; sourceTree = "<absolute>"; };
8 ++ FAB884120FEFA8C900643D4A /* libcrypto.0.9.7.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.dylib; path = __PREFIX__/lib/libcrypto.dylib; sourceTree = "<absolute>"; };
9 9 FAB884450FEFAE8500643D4A /* DateLine_splash.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DateLine_splash.png; sourceTree = "<group>"; };
10 10 FAB8896E0FF351FF00643D4A /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; };
11 11 FAB889D10FF36A5000643D4A /* ReadMe.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = ReadMe.rtf; sourceTree = "<group>"; };
12 12 @@ -512,11 +512,12 @@
13 13 );
14 14 FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)\"";
15 15 FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_2 = "\"$(SRCROOT)\"";
16 16 + HEADER_SEARCH_PATHS = "__PREFIX__/include";
17 17 + LIBRARY_SEARCH_PATHS = "__PREFIX__/lib";
18 18 GCC_DYNAMIC_NO_PIC = NO;

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut