summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhubertf <hubertf>2004-08-24 21:07:04 +0000
committerhubertf <hubertf>2004-08-24 21:07:04 +0000
commit8ae658dd5d5d139c047e4089bb045ee053b9c3b8 (patch)
tree0f52a4fc3964e0a03d4bcfb01fffed72489597fb /devel
parent10d5309f344170560d393dd3e50fd1254b8d7892 (diff)
downloadpkgsrc-8ae658dd5d5d139c047e4089bb045ee053b9c3b8.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')
-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