snownews uses C11 so base-gcc doesn't work to built it
Switch to ports-gcc for base-gcc arches (like sparc64) ok sthen
This commit is contained in:
parent
6f304c2a5c
commit
b0e3e48e80
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2020/11/20 20:48:11 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2020/11/21 22:03:13 kmos Exp $
|
||||
|
||||
COMMENT= text mode rss newsreader
|
||||
CATEGORIES= www
|
||||
@ -12,6 +12,9 @@ HOMEPAGE= https://github.com/kouya/snownews
|
||||
# GPLv3 only
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
# C11
|
||||
COMPILER= base-clang ports-gcc
|
||||
|
||||
WANTLIB += c curses iconv intl xml2 z
|
||||
|
||||
NO_TEST= Yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user