summaryrefslogtreecommitdiff
path: root/devel/SDL
diff options
context:
space:
mode:
authorhubertf <hubertf>2004-08-24 21:07:04 +0000
committerhubertf <hubertf>2004-08-24 21:07:04 +0000
commit84384c41f5497e25fd0cb0d37d47204e82f5891d (patch)
tree0f52a4fc3964e0a03d4bcfb01fffed72489597fb /devel/SDL
parentf096871cf8b28c3f3ae63455eac426acf8099c71 (diff)
downloadpkgsrc-84384c41f5497e25fd0cb0d37d47204e82f5891d.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.
Diffstat (limited to 'devel/SDL')
-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