Date: Sat, 4 Aug 2001 00:38:34 -0400 (EDT) From: Pete Fritchman <petef@databits.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/29434: Fix build for audio/mp3asm Message-ID: <20010804043834.A82DAD919@entropy.databits.net>
next in thread | raw e-mail | index | archive | help
>Number: 29434 >Category: ports >Synopsis: Fix build for audio/mp3asm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 03 20:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jul 31 08:19:43 EDT 2001 petef@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: Don't clobber the getprogname() function, rename mp3asm's to xgetprogname() >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-full/mp3asm-0.1.2.log >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/mp3asm/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2001/07/20 03:28:15 1.1 +++ Makefile 2001/08/04 04:35:34 @@ -17,4 +17,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes +post-patch: + @${PERL} -pi -e 's!getprogname\(!xgetprogname(!g' ${WRKSRC}/src/mp3asm.c + .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010804043834.A82DAD919>