Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109948 - nedit ebuild not working on OS X
Summary: nedit ebuild not working on OS X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC OS X
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-20 13:36 UTC by wbaudler
Modified: 2008-02-29 20:57 UTC (History)
0 users

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 wbaudler 2005-10-20 13:36:57 UTC
Trying to emerge ebuild. It fails to find libXm installed from Gentoo and it
missed libXmu.
I got it to work with the ebuild src_compile() fixes mentioned below. But those
are almost certainly not clean or correct fixes...

Reproducible: Always
Steps to Reproduce:



Expected Results:  
emerge cleanly

src_compile() {
        sed -i -e "s:-Wl,-Bstatic::" makefiles/Makefile.linux
        sed -i -e "s:0.93.0:0.94.0:" util/check_lin_tif.c
        sed -i -e "s:CFLAGS=-O:CFLAGS=${CFLAGS}:" makefiles/Makefile.linux
        sed -i -e 's:"/bin/csh":"/bin/sh":' source/preferences.c
        sed -i -e "s:MOTIFLINK=\${MOTIFDIR}/lib/libXm.a:MOTIFLINK=/usr/lib/openmo
tif-2.2/libXm.a -lXmu:" makefiles/Makefile.macosx
        make CC=$(tc-getCC) macosx || die
}
Comment 1 wbaudler 2005-10-20 13:39:26 UTC
Trying to emerge nedit, not ebuild. Sorry.
Comment 2 Fabian Groffen gentoo-dev 2008-02-29 20:57:49 UTC
it's in prefix.