diff options
author | theraven <theraven@FreeBSD.org> | 2017-12-03 20:23:53 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:03:33 +0800 |
commit | aab80c962d2d41dfea307609af1fca673eedff39 (patch) | |
tree | a35119fe0a3db709612e0105ff9a552f8ba144ac /mail/addresses-goodies | |
parent | bc86ba32f7873fae9cd05f95593d5bb29c99f992 (diff) | |
download | freebsd-ports-gnome-aab80c962d2d41dfea307609af1fca673eedff39.tar.gz freebsd-ports-gnome-aab80c962d2d41dfea307609af1fca673eedff39.tar.zst freebsd-ports-gnome-aab80c962d2d41dfea307609af1fca673eedff39.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.
Diffstat (limited to 'mail/addresses-goodies')
-rw-r--r-- | mail/addresses-goodies/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/addresses-goodies/Makefile b/mail/addresses-goodies/Makefile index 5d067c98c026..bb062ed4c04a 100644 --- a/mail/addresses-goodies/Makefile +++ b/mail/addresses-goodies/Makefile @@ -2,7 +2,7 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap PKGNAMESUFFIX= -goodies${PKGNAMESUFFIX2} |