Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82726 - libebml fix for gentoo/osx
Summary: libebml fix for gentoo/osx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC All
: High enhancement (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
: 62897 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-20 13:04 UTC by D. W. Srinath
Modified: 2006-04-12 10:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description D. W. Srinath 2005-02-20 13:04:12 UTC
I got libebml to compile and install successfully by adding these lines to the ebuild, in src_compile after 'sed -i -e 's/CXXFLAGS=/CXXFLAGS+=/g' Makefile'

        sed -i -e 's/\.so/\.dylib/g' Makefile
        sed -i -e 's/$(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER)/$(LD)/' Makefile
        sed -i -e 's/LD=$(CXX)/LD=libtool/' Makefile

Thought you might like to know.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Lina Pezzella (RETIRED) gentoo-dev 2005-02-20 14:51:23 UTC
*** Bug 62897 has been marked as a duplicate of this bug. ***
Comment 2 Kito (RETIRED) gentoo-dev 2005-03-04 14:10:37 UTC
I was getting a libebml.dylib.o installed, added another sed to fix it. ~ppc-macos in cvs. Thanks!