Build fix: treat DragonFly as other BSDs.
From Alexander Polakov, PR pkg/43118
This commit is contained in:
parent
39258a3b7e
commit
3f0ad6155b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.2 2009/07/07 18:14:15 joerg Exp $
|
# $NetBSD: Makefile,v 1.3 2010/04/05 00:06:24 asau Exp $
|
||||||
|
|
||||||
DISTNAME= slock-0.7
|
DISTNAME= slock-0.7
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
@ -15,7 +15,7 @@ INSTALLATION_DIRS= bin share/doc/slock
|
||||||
|
|
||||||
.include "../../mk/bsd.prefs.mk"
|
.include "../../mk/bsd.prefs.mk"
|
||||||
|
|
||||||
.if !(${OPSYS:M*BSD} != "" || ${OPSYS} == "Darwin")
|
.if !(${OPSYS:M*BSD} != "" || ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly")
|
||||||
CFLAGS+=-DHAVE_SHADOW_H
|
CFLAGS+=-DHAVE_SHADOW_H
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue