Include bsd.prefs.mk before testing things. Should fix build on non-NetBSD
64-bit platforms.
This commit is contained in:
parent
ce428aa140
commit
14d1f03d79
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.25 2012/10/03 11:24:39 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2014/01/02 02:40:18 dholland Exp $
|
||||
#
|
||||
|
||||
DISTNAME= conserver-7.2.7
|
||||
|
@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --with-regex
|
|||
CONFIGURE_ARGS+= --with-libwrap
|
||||
CONFIGURE_ARGS+= --with-logfile=${VARBASE}/log/conserver
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${MACHINE_ARCH} == alpha || ${MACHINE_ARCH} == sparc64 || \
|
||||
${MACHINE_ARCH} == x86_64
|
||||
CONFIGURE_ARGS+= --with-64bit
|
||||
|
|
Loading…
Reference in a new issue