Just create '${WRKSRC}/build' independent of what CONFIGURE_DIRS is.
For asau.
This commit is contained in:
parent
bb0d00008d
commit
33b2d0847a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.24 2013/04/08 22:13:19 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2013/04/09 06:05:25 wiz Exp $
|
||||
#
|
||||
|
||||
SQUEAK_VERSION= 4.10.2.2614
|
||||
|
@ -45,7 +45,7 @@ PLIST_SUBST= SQUEAK_VERSION=${SQUEAK_VERSION}
|
|||
PLIST_VARS+= oss
|
||||
|
||||
pre-configure:
|
||||
${MKDIR} ${WRKSRC}/${CONFIGURE_DIRS}
|
||||
${MKDIR} ${WRKSRC}/build
|
||||
|
||||
.include "../../audio/libvorbis/buildlink3.mk"
|
||||
.include "../../audio/speex/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue