f9197640d9
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.
23 lines
499 B
Makefile
23 lines
499 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= slideshowkit
|
|
PORTVERSION= 0.0.1
|
|
PORTREVISION= 20050214
|
|
CATEGORIES= graphics gnustep
|
|
MASTER_SITES= http://download.gna.org/gsimageapps/
|
|
PKGNAMEPREFIX= gnustep-
|
|
DISTNAME= SlideShowKit-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SlideShow Framework
|
|
|
|
LICENSE= NONE
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Libraries/libSlideShow.so
|
|
|
|
.include <bsd.port.mk>
|