bded825a26
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.
17 lines
338 B
Makefile
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>
|