diff options
author | tron <tron> | 2000-09-11 18:58:42 +0000 |
---|---|---|
committer | tron <tron> | 2000-09-11 18:58:42 +0000 |
commit | d98aeb6eaf3cc1dbd7e0cad200f012dbad72bfc9 (patch) | |
tree | 820506c23c428351ce561a9d30a5fb22a67d8342 /audio | |
parent | fdf06ee956c011036f08b927198782649bc7b8bf (diff) | |
download | pkgsrc-d98aeb6eaf3cc1dbd7e0cad200f012dbad72bfc9.tar.gz |
Build with patch to fix layer 3 engine on 64Bit systems.
Fixes PR pkg/10677 by R. C. Dowdeswell.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123/Makefile | 8 | ||||
-rw-r--r-- | audio/mpg123/files/md5 | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 25e972e9706..c825a2ec55f 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/07/13 07:33:08 itojun Exp $ +# $NetBSD: Makefile,v 1.22 2000/09/11 18:58:42 tron Exp $ # DISTNAME= mpg123-0.59r @@ -6,14 +6,16 @@ CATEGORIES= audio MASTER_SITES= http://www.mpg123.de/mpg123/ \ http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= mpg123-059r-v6-20000713b.diff.gz +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ + http://www.unix-ag.org/Linux-Alpha/Packages/ +PATCHFILES= mpg123-059r-v6-20000713b.diff.gz l3.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.mpg123.de/ BUILD_DEFS+= USE_INET6 +DIST_SUBDIR= mpg123 # for OBJECT_FMT .include "../../mk/bsd.prefs.mk" diff --git a/audio/mpg123/files/md5 b/audio/mpg123/files/md5 index 20e2bdbe3ff..e28c1d33e04 100644 --- a/audio/mpg123/files/md5 +++ b/audio/mpg123/files/md5 @@ -1,4 +1,5 @@ -$NetBSD: md5,v 1.9 2000/07/13 07:33:09 itojun Exp $ +$NetBSD: md5,v 1.10 2000/09/11 18:58:42 tron Exp $ MD5 (mpg123-0.59r.tar.gz) = 95df59ad1651dd2346d49fafc83747e7 MD5 (mpg123-059r-v6-20000713b.diff.gz) = b830cefc8805c8ad827f73985c03d27f +MD5 (l3.diff.gz) = b8749f4709ed1a9df8a00d51c4a02dd5 |