Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2008 16:40:03 GMT
From:      Romain Tartiere <romain@blogreen.org>
To:        gnome@FreeBSD.org
Subject:   Re: ports/119286: commit references a PR
Message-ID:  <200801051640.m05Ge3s2058701@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/119286; it has been noted by GNATS.

From: Romain Tartiere <romain@blogreen.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119286: commit references a PR
Date: Sat, 5 Jan 2008 17:34:38 +0100

 --FL5UXtIhxfXey3p5
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hi
 
 On Sat, Jan 05, 2008 at 03:10:02PM +0000, dfilter service wrote :
 > The following reply was made to PR ports/119286; it has been noted by GNA=
 TS.
 >=20
 >    Modified files:
 >      audio/pulseaudio     Makefile=20
 >    Log:
 >    Remove -Wl,-no-undefined from the LDFLAGS to allow pulse to build on
 >    FreeBSD < 7.X.
 
 This last commit does not fix build on my machine (FreeBSD 6.2-STABLE).
 Patching the Makefile in /src instead of the one in / solve the issue (patch
 bellow).
 
 --- Makefile.patch begins here ---
 diff -Nur pulseaudio.orig/Makefile pulseaudio/Makefile
 --- pulseaudio.orig/Makefile	2008-01-05 17:23:03.000000000 +0100
 +++ pulseaudio/Makefile	2008-01-05 17:20:44.000000000 +0100
 @@ -86,7 +86,7 @@
  		${WRKSRC}/src/daemon/default.pa.in
  .if ${OSVERSION} < 700042
  	@${REINPLACE_CMD} -e 's|-Wl,-no-undefined||' \
 -	    	${WRKSRC}/Makefile.in
 +	    	${WRKSRC}/src/Makefile.in
  .endif
 =20
  post-install:
 --- Makefile.patch ends here ---
 
 Regards,
 Romain
 
 --=20
 Romain Tartiere <romain@blogreen.org>        http://romain.blogreen.org/
 pgp: 8DAB A124 0DA4 7024 F82A  E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43)
 (plain text =3Dnon-HTML=3D PGP/GPG encrypted/signed e-mail much appreciated)
 
 --FL5UXtIhxfXey3p5
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.4 (FreeBSD)
 
 iD8DBQFHf7Ge2OmjP/9W/0MRAgWYAJ4zGvermeBP0J9YTWl0hvLKZ2uE6wCglibR
 1s/PixGBxBFC91A7uwwHjm4=
 =NmAP
 -----END PGP SIGNATURE-----
 
 --FL5UXtIhxfXey3p5--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801051640.m05Ge3s2058701>