ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86
It builds fine on NetBSD but does not work right. Works fine on linux, which was the intended target.
This commit is contained in:
parent
8a935bf3bf
commit
4796cda6b7
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/07/27 19:04:09 udontknow Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2005/07/27 23:17:58 udontknow Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aespipe-v2.3b
|
||||
|
@ -18,6 +18,8 @@ GNU_CONFIGURE= YES
|
|||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86
|
||||
|
||||
.if (${MACHINE_ARCH} == "amd64")
|
||||
BUILD_TARGET= amd64
|
||||
.elif ${MACHINE_ARCH} == "i386"
|
||||
|
|
Loading…
Reference in a new issue