pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python25 FreeBSD on amd64 builds ossaudiodev.so a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9604c7b8847e
branches: trunk
changeset: 556099:9604c7b8847e
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon Mar 16 21:11:51 2009 +0000
description:
FreeBSD on amd64 builds ossaudiodev.so as well.
Noted by Jens Rehsack.
diffstat:
lang/python25/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 4f8e975c82ed -r 9604c7b8847e lang/python25/Makefile
--- a/lang/python25/Makefile Mon Mar 16 21:08:44 2009 +0000
+++ b/lang/python25/Makefile Mon Mar 16 21:11:51 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/12/17 12:49:51 tron Exp $
+# $NetBSD: Makefile,v 1.12 2009/03/16 21:11:51 tnn Exp $
DISTNAME= Python-2.5.2
PKGNAME= python25-2.5.2
@@ -96,11 +96,9 @@
# ossaudiodev is only available on x86 for the following platforms
PLIST_VARS+= oss
-.if (${MACHINE_ARCH} == "i386") && \
+.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") && \
(${PY_PLATNAME} == "linux2" || ${OPSYS} == "FreeBSD")
PLIST.oss= yes
-.elif (${MACHINE_ARCH} == "x86_64") && (${PY_PLATNAME} == "linux2")
-PLIST.oss= yes
.endif
# Make sure python modules can link correctly
Home |
Main Index |
Thread Index |
Old Index