From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 28 18:10:05 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B50D106566C for ; Wed, 28 Apr 2010 18:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0130B8FC13 for ; Wed, 28 Apr 2010 18:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o3SIA4oq058137 for ; Wed, 28 Apr 2010 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3SIA4TV058136; Wed, 28 Apr 2010 18:10:04 GMT (envelope-from gnats) Date: Wed, 28 Apr 2010 18:10:04 GMT Message-Id: <201004281810.o3SIA4TV058136@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: olhe Cc: Subject: Re: ports/146121: fix for audio/fluidsynth X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: olhe List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2010 18:10:05 -0000 The following reply was made to PR ports/146121; it has been noted by GNATS. From: olhe To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/146121: fix for audio/fluidsynth Date: Wed, 28 Apr 2010 20:00:23 +0200 --R3G7APHDIzY6R/pk Content-Type: multipart/mixed; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Sorry I submitted a wrong patch. Cheers Oliver --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="fluidsynth.txt" Content-Transfer-Encoding: quoted-printable diff -ruN /usr/ports/audio/fluidsynth/Makefile fluidsynth/Makefile --- /usr/ports/audio/fluidsynth/Makefile 2010-01-05 00:14:28.000000000 +0100 +++ fluidsynth/Makefile 2010-04-28 19:32:40.000000000 +0200 @@ -73,4 +73,7 @@ @${REINPLACE_CMD} -e 's| -O2 | |g ; \ s|=3D=3D "yes"|=3D "yes"|g' ${WRKSRC}/configure =20 + @${REINPLACE_CMD} -e '197 s/,/ /' ${WRKSRC}/include/fluidsynth/synth.h + + .include --82I3+IH0IqGh5yIs-- --R3G7APHDIzY6R/pk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvYd7UACgkQ02mffhwz8p+7wACfcR6qrTzNd12xBUVZg9uLFTQE ZMYAnj1BlCqdDeVcoMde57mWMWy/Kfa+ =Ofam -----END PGP SIGNATURE----- --R3G7APHDIzY6R/pk--