summaryrefslogtreecommitdiff
path: root/devel/SDL/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'devel/SDL/Makefile.common')
-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