pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/SDL Build assembler code with yasm instead of na...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1af59736e901
branches: trunk
changeset: 528912:1af59736e901
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat May 19 22:48:52 2007 +0000
description:
Build assembler code with yasm instead of nasm. (SDL's configure
prefers yasm to nasm.) Addresses PR 36208.
Tested on NetBSD-3.1/i386 by heinz@.
Might affect resulting binary, so PKGREVISION++.
diffstat:
devel/SDL/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r a67029be85a2 -r 1af59736e901 devel/SDL/Makefile
--- a/devel/SDL/Makefile Sat May 19 22:36:11 2007 +0000
+++ b/devel/SDL/Makefile Sat May 19 22:48:52 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2007/01/09 15:06:28 joerg Exp $
+# $NetBSD: Makefile,v 1.77 2007/05/19 22:48:52 wiz Exp $
DISTNAME= SDL-1.2.11
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel games
MASTER_SITES= http://www.libsdl.org/release/
@@ -27,7 +27,7 @@
.if ${MACHINE_ARCH} == "i386" && ${OPSYS} != "SunOS"
. include "../../devel/binutils/buildlink3.mk"
-BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
+BUILD_DEPENDS+= yasm>=0.6.0:../../devel/yasm
NASMFLAGS_ELF= -f elf
NASMFLAGS_a.out= -f aoutb
.else
Home |
Main Index |
Thread Index |
Old Index