diff options
author | David Chisnall <theraven@FreeBSD.org> | 2017-12-03 12:23:53 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2017-12-03 12:23:53 +0000 |
commit | f9197640d910a00d8f42e783289403d12fb87da2 (patch) | |
tree | d7ca44c2807657cc26e339b22c3b6d04538ac992 /games/gmastermind | |
parent | Now that RTTI was enabled in `devel/llvm40' (as of r455158), enable it here (diff) |
Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs. This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
Notes
Notes:
svn path=/head/; revision=455401
Diffstat (limited to 'games/gmastermind')
-rw-r--r-- | games/gmastermind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gmastermind/Makefile b/games/gmastermind/Makefile index 521b1c41cc2b..52ffb3c44c75 100644 --- a/games/gmastermind/Makefile +++ b/games/gmastermind/Makefile @@ -2,7 +2,7 @@ PORTNAME= gmastermind PORTVERSION= 0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GMastermind-${PORTVERSION} |