pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/SDL Disable wscons backend on NetBSD (it was wri...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6fa85e6217a5
branches: trunk
changeset: 516587:6fa85e6217a5
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jul 23 16:21:28 2006 +0000
description:
Disable wscons backend on NetBSD (it was written for OpenBSD).
This fixes the configure step of games/asc.
Bump PKGREVISION.
diffstat:
devel/SDL/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r a993862a61da -r 6fa85e6217a5 devel/SDL/Makefile
--- a/devel/SDL/Makefile Sun Jul 23 15:48:01 2006 +0000
+++ b/devel/SDL/Makefile Sun Jul 23 16:21:28 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2006/07/07 15:06:04 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2006/07/23 16:21:28 wiz Exp $
DISTNAME= SDL-1.2.11
+PKGREVISION= 1
CATEGORIES= devel games
MASTER_SITES= http://www.libsdl.org/release/
@@ -29,6 +30,10 @@
NASMFLAGS_a.out= -f aoutb
.endif
+.if ${OPSYS:MNetBSD}
+CONFIGURE_ARGS+= --disable-video-wscons
+.endif
+
CONFIGURE_ARGS+= --enable-dlopen
CONFIGURE_ENV+= NASMFLAGS="${NASMFLAGS_${OBJECT_FMT}}"
MAKE_ENV+= NASMFLAGS="${NASMFLAGS_${OBJECT_FMT}}"
Home |
Main Index |
Thread Index |
Old Index