diff options
author | theraven <theraven@FreeBSD.org> | 2017-12-03 20:23:53 +0800 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2017-12-03 20:23:53 +0800 |
commit | 0e84e3cc2b64a3431e17b67b80146f5e05f24d40 (patch) | |
tree | d7ca44c2807657cc26e339b22c3b6d04538ac992 /graphics/camera | |
parent | 63cc56ca578ce2ce2f7733e6345d70b6b697dee9 (diff) | |
download | freebsd-ports-gnome-0e84e3cc2b64a3431e17b67b80146f5e05f24d40.tar.gz freebsd-ports-gnome-0e84e3cc2b64a3431e17b67b80146f5e05f24d40.tar.zst freebsd-ports-gnome-0e84e3cc2b64a3431e17b67b80146f5e05f24d40.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 'graphics/camera')
-rw-r--r-- | graphics/camera/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/camera/Makefile b/graphics/camera/Makefile index 3761c3851a52..ef62df14e5e9 100644 --- a/graphics/camera/Makefile +++ b/graphics/camera/Makefile @@ -3,7 +3,7 @@ PORTNAME= camera PORTVERSION= 0.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= Camera-${PORTVERSION} |