Skip to content

Commit 38be4a0

Browse files
committed
LimeChat: minor improvement for 10.6 ppc, revbump
1 parent 40c3913 commit 38be4a0

File tree

3 files changed

+31
-22
lines changed

3 files changed

+31
-22
lines changed

aqua/LimeChat/Portfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ name LimeChat
99
if {${os.platform} eq "darwin" && ${os.major} < 11} {
1010
# Peg until this is addressed: https://github.com/psychs/limechat/issues/340
1111
github.setup psychs limechat 2.26
12-
revision 1
12+
revision 2
1313
checksums sha256 fb4cb99bc2b26defb623d33ae46f500674c25e0f4bd1eda0ec44cef9e88a2e64 \
1414
rmd160 3851851afa4e2b010090a2f487fcc025519450ce \
1515
size 3567569
1616
github.tarball_from archive
1717

18-
patchfiles-append 0001-Unbreak-the-build-10.5.patch
18+
patchfiles-append 0001-No-hardcoding-archs.patch
19+
20+
if {${os.major} < 10} {
21+
patchfiles-append 0002-Unbreak-the-build-10.5.patch
22+
}
1923

2024
xcode.target LimeChat
2125
} else {
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From 19e9267016ee0d784c30bc60982b14e4bc375b2f Mon Sep 17 00:00:00 2001
2+
From: Sergey Fedorov <[email protected]>
3+
Date: Wed, 7 Feb 2024 02:54:50 +0800
4+
Subject: [PATCH] Unbreak the build
5+
6+
diff --git LimeChat.xcodeproj/project.pbxproj LimeChat.xcodeproj/project.pbxproj
7+
index 6c5ec038..f002d69a 100644
8+
--- LimeChat.xcodeproj/project.pbxproj
9+
+++ LimeChat.xcodeproj/project.pbxproj
10+
@@ -1738,7 +1737,6 @@
11+
PREBINDING = NO;
12+
PRODUCT_NAME = LimeChat;
13+
SDKROOT = macosx;
14+
- VALID_ARCHS = "i386 x86_64";
15+
WRAPPER_EXTENSION = app;
16+
ZERO_LINK = YES;
17+
};
18+
@@ -1769,7 +1766,6 @@
19+
PREBINDING = NO;
20+
PRODUCT_NAME = LimeChat;
21+
SDKROOT = macosx;
22+
- VALID_ARCHS = "i386 x86_64";
23+
WRAPPER_EXTENSION = app;
24+
ZERO_LINK = NO;
25+
};

aqua/LimeChat/files/0001-Unbreak-the-build-10.5.patch renamed to aqua/LimeChat/files/0002-Unbreak-the-build-10.5.patch

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,3 @@ index 0d0648a6..3bb5749c 100644
3535
{
3636
AppController* app;
3737
MainWindow* window;
38-
diff --git LimeChat.xcodeproj/project.pbxproj LimeChat.xcodeproj/project.pbxproj
39-
index 6c5ec038..f002d69a 100644
40-
--- LimeChat.xcodeproj/project.pbxproj
41-
+++ LimeChat.xcodeproj/project.pbxproj
42-
@@ -1738,7 +1737,6 @@
43-
PREBINDING = NO;
44-
PRODUCT_NAME = LimeChat;
45-
SDKROOT = macosx;
46-
- VALID_ARCHS = "i386 x86_64";
47-
WRAPPER_EXTENSION = app;
48-
ZERO_LINK = YES;
49-
};
50-
@@ -1769,7 +1766,6 @@
51-
PREBINDING = NO;
52-
PRODUCT_NAME = LimeChat;
53-
SDKROOT = macosx;
54-
- VALID_ARCHS = "i386 x86_64";
55-
WRAPPER_EXTENSION = app;
56-
ZERO_LINK = NO;
57-
};

0 commit comments

Comments
 (0)