pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/xv add -DNEED_ALLOCA_H on solaris



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7544158b55b9
branches:  trunk
changeset: 524296:7544158b55b9
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Jan 23 02:50:19 2007 +0000

description:
add -DNEED_ALLOCA_H on solaris

diffstat:

 graphics/xv/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3dd035ad8a9a -r 7544158b55b9 graphics/xv/Makefile
--- a/graphics/xv/Makefile      Tue Jan 23 02:49:23 2007 +0000
+++ b/graphics/xv/Makefile      Tue Jan 23 02:50:19 2007 +0000
@@ -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 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if !empty(LOWER_OPSYS:Mirix5*)
+.if !empty(LOWER_OPSYS:Mirix5*) || !empty(LOWER_OPSYS:Msolaris*)
 CPPFLAGS+=     -DNEED_ALLOCA_H
 .endif
 



Home | Main Index | Thread Index | Old Index