From 41eb7afc1f4f22312ff6e4224dd89407b7ac1965 Mon Sep 17 00:00:00 2001 From: robert Date: Thu, 4 Aug 2005 22:04:23 +0000 Subject: [PATCH] Add the arm to NOT_FOR_ARCHS because mpg123 is quiet unusable without an FPU. People should use mpg321 instead, or mplayer with the mad flavor. --- audio/mpg123/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 68d3e8c6b57..6824acaf98e 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,9 +1,12 @@ -# $OpenBSD: Makefile,v 1.34 2004/11/21 17:51:46 espie Exp $ +# $OpenBSD: Makefile,v 1.35 2005/08/04 22:04:23 robert Exp $ + +# mpg123 is unusable without FPU +NOT_FOR_ARCHS= arm COMMENT= "mpeg audio 1/2 layer 1, 2 and 3 player" DISTNAME= mpg123-0.59r -PKGNAME= ${DISTNAME}p2 +PKGNAME= ${DISTNAME}p3 CATEGORIES= audio HOMEPAGE= http://www.mpg123.de/