prepare build with clang
This commit is contained in:
parent
59a17efad5
commit
8bed739ed0
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2013/10/11 23:51:48 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2013/10/19 12:01:24 sebastia Exp $
|
||||
|
||||
COMMENT= GNUstep gui library
|
||||
|
||||
DISTNAME = gnustep-gui-0.23.1
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Tools_speech_GSSpeechSynthesizer_m,v 1.1 2013/10/19 12:01:24 sebastia Exp $
|
||||
--- Tools/speech/GSSpeechSynthesizer.m.orig Sat Oct 12 18:19:48 2013
|
||||
+++ Tools/speech/GSSpeechSynthesizer.m Sat Oct 12 18:21:58 2013
|
||||
@@ -115,7 +115,7 @@ static int clients;
|
||||
if (clients == 0)
|
||||
{
|
||||
[NSTimer scheduledTimerWithTimeInterval: 600
|
||||
- target: isa
|
||||
+ target: object_getClass(self)
|
||||
selector: @selector(exitIfUnneeded:)
|
||||
userInfo: nil
|
||||
repeats: NO];
|
Loading…
x
Reference in New Issue
Block a user