Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99591 Details for
Bug 151224
freealut fails to link against openal and pthreads on BSD
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Force linking against openal and pthreads
x (text/plain), 1.07 KB, created by
Roy Marples (RETIRED)
on 2006-10-13 13:38:24 UTC
(
hide
)
Description:
Force linking against openal and pthreads
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2006-10-13 13:38:24 UTC
Size:
1.07 KB
patch
obsolete
>Index: freealut-1.1.0.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/media-libs/freealut/freealut-1.1.0.ebuild,v >retrieving revision 1.1 >diff -u -B -r1.1 freealut-1.1.0.ebuild >--- freealut-1.1.0.ebuild 5 Jul 2006 16:31:05 -0000 1.1 >+++ freealut-1.1.0.ebuild 13 Oct 2006 20:37:26 -0000 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-libs/freealut/freealut-1.1.0.ebuild,v 1.1 2006/07/05 16:31:05 wolf31o2 Exp $ > >-inherit eutils gnuconfig >+inherit autotools eutils gnuconfig > > DESCRIPTION="The OpenAL Utility Toolkit" > SRC_URI="http://www.openal.org/openal_webstf/downloads/${P}.tar.gz" >@@ -16,6 +16,15 @@ > RDEPEND="~media-libs/openal-0.0.8 > !~media-libs/openal-20050504" > >+src_unpack() { >+ unpack ${A} >+ cd "${S}" >+ >+ # Link against openal and pthread >+ sed -i -e 's/libalut_la_LIBADD = .*/& -lopenal -lpthread/' src/Makefile.am >+ AT_M4DIR="${S}/admin/autotools/m4" eautoreconf >+} >+ > src_compile() { > econf \ > --libdir=/usr/$(get_libdir) || die
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 151224
: 99591 |
99642