summaryrefslogtreecommitdiff
path: root/graphics/xv
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-01-23 02:50:19 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-01-23 02:50:19 +0000
commitb544c0573c057f7549a9b306ea6b0c369cdae7a1 (patch)
tree61d2114d3d0291b2d693813b7ff5e6c4fd485bbc /graphics/xv
parentdfb08d39f8e39375b4540b3d120884efcca652dd (diff)
downloadpkgsrc-b544c0573c057f7549a9b306ea6b0c369cdae7a1.tar.gz
add -DNEED_ALLOCA_H on solaris
Diffstat (limited to 'graphics/xv')
-rw-r--r--graphics/xv/Makefile4
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