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 /deskutils/gworkspace-gwmetadata/Makefile | |
parent | 49a79474ad0ac7ebf6cdf3a8c09d98cf80fc9337 (diff) | |
download | ports-f9197640d910a00d8f42e783289403d12fb87da2.tar.gz ports-f9197640d910a00d8f42e783289403d12fb87da2.zip |
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 'deskutils/gworkspace-gwmetadata/Makefile')
-rw-r--r-- | deskutils/gworkspace-gwmetadata/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/gworkspace-gwmetadata/Makefile b/deskutils/gworkspace-gwmetadata/Makefile index 7e0649e16396..490b67a2a77a 100644 --- a/deskutils/gworkspace-gwmetadata/Makefile +++ b/deskutils/gworkspace-gwmetadata/Makefile @@ -2,6 +2,7 @@ PORTNAME= gworkspace PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= deskutils gnustep #MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ MASTER_SITES= GNUSTEP/usr-apps |