forked from macports/macports-ports
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LimeChat: minor improvement for 10.6 ppc, revbump
- Loading branch information
1 parent
40c3913
commit 38be4a0
Showing
3 changed files
with
31 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 19e9267016ee0d784c30bc60982b14e4bc375b2f Mon Sep 17 00:00:00 2001 | ||
From: Sergey Fedorov <[email protected]> | ||
Date: Wed, 7 Feb 2024 02:54:50 +0800 | ||
Subject: [PATCH] Unbreak the build | ||
|
||
diff --git LimeChat.xcodeproj/project.pbxproj LimeChat.xcodeproj/project.pbxproj | ||
index 6c5ec038..f002d69a 100644 | ||
--- LimeChat.xcodeproj/project.pbxproj | ||
+++ LimeChat.xcodeproj/project.pbxproj | ||
@@ -1738,7 +1737,6 @@ | ||
PREBINDING = NO; | ||
PRODUCT_NAME = LimeChat; | ||
SDKROOT = macosx; | ||
- VALID_ARCHS = "i386 x86_64"; | ||
WRAPPER_EXTENSION = app; | ||
ZERO_LINK = YES; | ||
}; | ||
@@ -1769,7 +1766,6 @@ | ||
PREBINDING = NO; | ||
PRODUCT_NAME = LimeChat; | ||
SDKROOT = macosx; | ||
- VALID_ARCHS = "i386 x86_64"; | ||
WRAPPER_EXTENSION = app; | ||
ZERO_LINK = NO; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters