From 1a9aac4eaff9388914d21994276321f27f464001 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 24 Aug 2004 21:07:04 +0000 Subject: 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. --- devel/SDL/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common index 9537ab044f1..3b169cdf6c0 100644 --- a/devel/SDL/Makefile.common +++ b/devel/SDL/Makefile.common @@ -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 @@ AM_CFLAGS= -D_PATH_DEV_DSP=\\\"${DEVOSSAUDIO}\\\" 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 -- cgit v1.2.3