diff options
author | asau <asau@pkgsrc.org> | 2010-04-05 00:06:24 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-04-05 00:06:24 +0000 |
commit | 3f0ad6155b82cd8a1a629276aa2fab40e65e603d (patch) | |
tree | 4b990b50bb6e32685d84ed94262892e75d856f5a /x11 | |
parent | 39258a3b7e5d39a8091902f514ae73127a18bc1e (diff) | |
download | pkgsrc-3f0ad6155b82cd8a1a629276aa2fab40e65e603d.tar.gz |
Build fix: treat DragonFly as other BSDs.
From Alexander Polakov, PR pkg/43118
Diffstat (limited to 'x11')
-rw-r--r-- | x11/slock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/slock/Makefile b/x11/slock/Makefile index 0a2994f95d1..66f88c7b400 100644 --- a/x11/slock/Makefile +++ b/x11/slock/Makefile @@ -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 CATEGORIES= x11 @@ -15,7 +15,7 @@ INSTALLATION_DIRS= bin share/doc/slock .include "../../mk/bsd.prefs.mk" -.if !(${OPSYS:M*BSD} != "" || ${OPSYS} == "Darwin") +.if !(${OPSYS:M*BSD} != "" || ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly") CFLAGS+=-DHAVE_SHADOW_H .endif |