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.
20 lines
414 B
Makefile
20 lines
414 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= systempreferences
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= deskutils gnustep
|
|
MASTER_SITES= GNUSTEP/usr-apps
|
|
DISTNAME= SystemPreferences-${PORTVERSION}
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= System Preferences application for GNUstep
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
DEFAULT_LIBVERSION= 1.0.0
|
|
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
|
|
|
.include <bsd.port.mk>
|