summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2004-08-24 21:07:04 +0000
committerhubertf <hubertf@pkgsrc.org>2004-08-24 21:07:04 +0000
commit1a9aac4eaff9388914d21994276321f27f464001 (patch)
tree0f52a4fc3964e0a03d4bcfb01fffed72489597fb
parent61879b0664f0f90eef71b0d52f3958ff786f68d7 (diff)
downloadpkgsrc-1a9aac4eaff9388914d21994276321f27f464001.tar.gz
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.
-rw-r--r--devel/SDL/Makefile.common3
1 files changed, 2 insertions, 1 deletions
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