pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/openal SunOS i386 is the default ABI. Fix build ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/784aab16fa73
branches: trunk
changeset: 347881:784aab16fa73
user: richard <richard%pkgsrc.org@localhost>
date: Wed Jun 01 15:00:25 2016 +0000
description:
SunOS i386 is the default ABI. Fix build on i386 by using ABI:U
diffstat:
audio/openal/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 268cff0b52aa -r 784aab16fa73 audio/openal/Makefile
--- a/audio/openal/Makefile Wed Jun 01 13:42:08 2016 +0000
+++ b/audio/openal/Makefile Wed Jun 01 15:00:25 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2015/10/05 03:56:17 richard Exp $
+# $NetBSD: Makefile,v 1.33 2016/06/01 15:00:25 richard Exp $
DISTNAME= openal-0.0.8
PKGREVISION= 6
@@ -36,7 +36,7 @@
.endif
.if ${OPSYS} == "SunOS"
-. if ${ABI} == "64"
+. if ${ABI:U} == "64"
CONFIGURE_ENV+= NASM_FORMAT="-f elf64"
. else
CONFIGURE_ENV+= NASM_FORMAT="-f elf32"
Home |
Main Index |
Thread Index |
Old Index