pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SDL Document why we don't need Mesa on Irix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b433d5975333
branches:  trunk
changeset: 479883:b433d5975333
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Tue Aug 24 21:07:04 2004 +0000

description:
Document why we don't need Mesa on Irix.
If more pkgs like this are found that work fine with Irix'
native GL, the Mesa buildlink3.mk file should take care of this.

diffstat:

 devel/SDL/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2f23b9aa6cc2 -r b433d5975333 devel/SDL/Makefile.common
--- a/devel/SDL/Makefile.common Tue Aug 24 21:01:53 2004 +0000
+++ b/devel/SDL/Makefile.common Tue Aug 24 21:07:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2004/08/23 23:57:20 hubertf Exp $
+# $NetBSD: Makefile.common,v 1.16 2004/08/24 21:07:04 hubertf Exp $
 #
 
 DISTNAME=      SDL-1.2.7
@@ -62,6 +62,7 @@
 MAKE_ENV+=             AM_CFLAGS="${AM_CFLAGS}"
 .endif
 
+# Irix comes with GL, which works fine for SDL
 .if ${OPSYS} != "IRIX"
 .include "../../graphics/Mesa/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index