a sparc special-case: point it to a serial device so it's happy...
This commit is contained in:
parent
6639a6d1cf
commit
80fd6b77e8
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/08/03 14:44:18 todd Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2005/11/29 02:43:23 pvalchev Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -24,4 +24,8 @@ USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc"
|
||||
CONFIGURE_ARGS= TESTPORT=/dev/cuaa
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user