sebastia 56c2d962cc build gnustep related packages on amd64 and i386 with clang,
macppc still stays on using gcc due to too many problems there.
On amd64 and i386 now use the non-fragile-abi.

Now that allows on amd64 and i386 to use newer objective-c 2.0
features.
2013-10-19 13:24:55 +00:00

18 lines
355 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/10/19 13:25:01 sebastia Exp $
COMMENT= view images and do slideshows
DISTNAME = LaternaMagica-0.4
REVISION = 2
HOMEPAGE= http://gap.nongnu.org/laternamagica/
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=gap/}
MODULES= x11/gnustep
WANTLIB+= c m pthread
post-extract:
rm ${WRKSRC}/AppController.m.orig
.include <bsd.port.mk>