diff options
author | David Chisnall <theraven@FreeBSD.org> | 2017-12-03 20:23:53 +0800 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2017-12-03 20:23:53 +0800 |
commit | f9197640d910a00d8f42e783289403d12fb87da2 (patch) | |
tree | d7ca44c2807657cc26e339b22c3b6d04538ac992 /print | |
parent | 49a79474ad0ac7ebf6cdf3a8c09d98cf80fc9337 (diff) | |
download | freebsd-ports-gnome-f9197640d910a00d8f42e783289403d12fb87da2.tar.gz freebsd-ports-gnome-f9197640d910a00d8f42e783289403d12fb87da2.tar.zst freebsd-ports-gnome-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.
Diffstat (limited to 'print')
-rw-r--r-- | print/gspdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/gspdf/Makefile b/print/gspdf/Makefile index 58a310926b20..e669d8b660a4 100644 --- a/print/gspdf/Makefile +++ b/print/gspdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= gspdf PORTVERSION= 0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GSPdf-${PORTVERSION} |