Restore build on latest netbsd-5 by making sure utimensat(2) is not used.

This commit is contained in:
manu 2012-01-09 05:18:46 +00:00
parent ba44afcf1e
commit 887c6bf239

View file

@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.12 2011/12/16 23:21:45 asau Exp $
# $NetBSD: Makefile,v 1.13 2012/01/09 05:18:46 manu Exp $
.include "../../net/samba/Makefile.mirrors"
DISTNAME= samba-${VERSION}
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${SAMBA_MIRRORS:=stable/}
@ -21,6 +22,7 @@ DESCR_SRC= ${PKGDIR}/../../net/samba/DESCR
MESSAGE_SRC= ${PKGDIR}/../../net/samba/MESSAGE
WRKSRC= ${WRKDIR}/${DISTNAME}/source3
BUILD_DEFS+= VARBASE
CFLAGS+= -D__stub_utimensat
.include "../../mk/bsd.prefs.mk"