On sparc64 (and presumably other base-gcc arches), ports-gcc needs to
be used to build spiped successfully. ok jturner@ (maintainer)
This commit is contained in:
parent
42da882c9b
commit
e11cb760bb
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2020/04/05 21:26:11 jturner Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2020/04/26 00:29:16 kmos Exp $
|
||||
|
||||
COMMENT = utility for creating secure pipes between socket addresses
|
||||
|
||||
@ -13,6 +13,9 @@ MASTER_SITES = http://www.tarsnap.com/spiped/
|
||||
# BSD
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
COMPILER = base-clang ports-gcc
|
||||
COMPILER_LANGS = c
|
||||
|
||||
WANTLIB = c crypto pthread
|
||||
|
||||
EXTRACT_SUFX = .tgz
|
||||
|
Loading…
Reference in New Issue
Block a user