[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fix for defunct objc_sync_enter test in base
From: |
Wolfgang Lux |
Subject: |
Fix for defunct objc_sync_enter test in base |
Date: |
Sun, 19 Oct 2008 10:59:10 +0200 |
Hello!
I just upgraded to the latest version from the trunk and was caught
by a build failure of base on OS X using libobjc from the GNUstep
repository. It turned out that the problem was the check for
objc_sync_enter, which is present in the latest libobjc sources,
is defunct because it is performed *after* reverting the Objective-C
compiler flags. The patch below fixes this.
Wolfgang
config.patch
Description: Binary data
- Fix for defunct objc_sync_enter test in base,
Wolfgang Lux <=