pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/SDL MacOSX also provides GL, so avoid depending ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/608a9d9c9923
branches:  trunk
changeset: 515519:608a9d9c9923
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Mon Jul 03 15:25:37 2006 +0000

description:
MacOSX also provides GL, so avoid depending on GL onthat platform

diffstat:

 devel/SDL/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 574faca113aa -r 608a9d9c9923 devel/SDL/Makefile
--- a/devel/SDL/Makefile        Mon Jul 03 14:15:29 2006 +0000
+++ b/devel/SDL/Makefile        Mon Jul 03 15:25:37 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2006/07/01 19:08:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.68 2006/07/03 15:25:37 tonio Exp $
 
 DISTNAME=      SDL-1.2.10
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel games
 MASTER_SITES=  http://www.libsdl.org/release/
 
@@ -57,7 +57,7 @@
 MAKE_ENV+=             AM_CFLAGS=${AM_CFLAGS:Q}
 
 # Irix comes with GL, which works fine for SDL
-.if ${OPSYS} != "IRIX"
+.if ${OPSYS} != "IRIX" && ${OPSYS} != "Darwin"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/glu/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index