diff options
author | dmcmahill <dmcmahill> | 2007-01-23 02:50:19 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2007-01-23 02:50:19 +0000 |
commit | 3c1385fc926d2ec7fb33253f7c4b0be6b75f4b3e (patch) | |
tree | 61d2114d3d0291b2d693813b7ff5e6c4fd485bbc /graphics | |
parent | a8451d9eca04ae5f4f85fb3a3dd81d0691a016d5 (diff) | |
download | pkgsrc-3c1385fc926d2ec7fb33253f7c4b0be6b75f4b3e.tar.gz |
add -DNEED_ALLOCA_H on solaris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index bdd9cd1cfc2..38f270077f1 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2006/12/27 13:37:38 joerg Exp $ +# $NetBSD: Makefile,v 1.68 2007/01/23 02:50:19 dmcmahill Exp $ DISTNAME= xv-3.10a PKGREVISION= 12 @@ -28,7 +28,7 @@ LICENSE= xv-license .include "../../mk/bsd.prefs.mk" -.if !empty(LOWER_OPSYS:Mirix5*) +.if !empty(LOWER_OPSYS:Mirix5*) || !empty(LOWER_OPSYS:Msolaris*) CPPFLAGS+= -DNEED_ALLOCA_H .endif |