pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/SDL Don't pull in Mesa on IRIX - patch by Staffa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9eee5f67e2bc
branches: trunk
changeset: 479853:9eee5f67e2bc
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Mon Aug 23 23:57:20 2004 +0000
description:
Don't pull in Mesa on IRIX - patch by Staffan Thomén (duck@IRC)
diffstat:
devel/SDL/Makefile.common | 4 +++-
devel/SDL/buildlink3.mk | 6 +++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (40 lines):
diff -r 06f9edf35209 -r 9eee5f67e2bc devel/SDL/Makefile.common
--- a/devel/SDL/Makefile.common Mon Aug 23 23:42:43 2004 +0000
+++ b/devel/SDL/Makefile.common Mon Aug 23 23:57:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2004/05/04 21:58:43 grant Exp $
+# $NetBSD: Makefile.common,v 1.15 2004/08/23 23:57:20 hubertf Exp $
#
DISTNAME= SDL-1.2.7
@@ -62,7 +62,9 @@
MAKE_ENV+= AM_CFLAGS="${AM_CFLAGS}"
.endif
+.if ${OPSYS} != "IRIX"
.include "../../graphics/Mesa/buildlink3.mk"
+.endif
.include "../../graphics/aalib-x11/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
diff -r 06f9edf35209 -r 9eee5f67e2bc devel/SDL/buildlink3.mk
--- a/devel/SDL/buildlink3.mk Mon Aug 23 23:42:43 2004 +0000
+++ b/devel/SDL/buildlink3.mk Mon Aug 23 23:57:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2004/03/23 04:37:38 snj Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2004/08/23 23:57:20 hubertf Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
SDL_BUILDLINK3_MK:= ${SDL_BUILDLINK3_MK}+
@@ -18,7 +18,11 @@
USE_X11= yes
PTHREAD_OPTS+= require
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "IRIX"
.include "../../graphics/Mesa/buildlink3.mk"
+.endif
.include "../../graphics/aalib-x11/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index