diff options
author | David Chisnall <theraven@FreeBSD.org> | 2013-08-28 18:26:01 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2013-08-28 18:26:01 +0000 |
commit | 3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99 (patch) | |
tree | ab5064afd823ae17563635026226e53774a6614d /x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch | |
parent | Update devel/monodevelop to 4.0.12 and unbreak build. (diff) |
Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.
Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them.
Approved by: bapt
Notes
Notes:
svn path=/head/; revision=325546
Diffstat (limited to 'x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch')
-rw-r--r-- | x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch b/x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch new file mode 100644 index 000000000000..49032e3a22ee --- /dev/null +++ b/x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch @@ -0,0 +1,11 @@ +--- Tools/speech/GNUmakefile.orig 2013-07-11 15:50:51.000000000 +0000 ++++ Tools/speech/GNUmakefile 2013-07-11 15:51:07.000000000 +0000 +@@ -28,6 +28,6 @@ + -lflite_usenglish -lflite_cmulex -lflite + endif + +-GSSpeechServer_OBJCFLAGS = -std=c99 -g -Werror ++GSSpeechServer_OBJCFLAGS = -std=c99 -g + + include $(GNUSTEP_MAKEFILES)/application.make + |