openbsd-ports/x11/gnustep/grr/Makefile
sthen bded825a26 bump REVISION on gnustep ports where libestdc++ has been removed due to
switching to clang in base.

add COMPILER_LIBCXX where c++abi is used. there will be some "Extra"s but
this is the simplest way to use c++abi on base=clang and estdc++ on base=gcc
arches.
2017-07-27 11:01:32 +00:00

17 lines
338 B
Makefile

# $OpenBSD: Makefile,v 1.13 2017/07/27 11:01:33 sthen Exp $
COMMENT = Guenthers RSS reader
REVISION = 8
DISTNAME = Grr-1.0
HOMEPAGE = http://gap.nongnu.org/grr/
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/}
MODULES = x11/gnustep
WANTLIB += RSSKit
WANTLIB += ${COMPILER_LIBCXX}
LIB_DEPENDS += x11/gnustep/rsskit
.include <bsd.port.mk>