From f9197640d910a00d8f42e783289403d12fb87da2 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Sun, 3 Dec 2017 12:23:53 +0000 Subject: 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. --- net/remotedesk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/remotedesk') diff --git a/net/remotedesk/Makefile b/net/remotedesk/Makefile index 3a1f941feba1..f37b344a4789 100644 --- a/net/remotedesk/Makefile +++ b/net/remotedesk/Makefile @@ -2,7 +2,7 @@ PORTNAME= remotedesk PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= RemoteDesk-${PORTVERSION} -- cgit v1.2.3