Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 191471 | Differences between
and this patch

Collapse All | Expand All

(-)install_beam (+3 lines)
Lines 356-361 Link Here
356
356
357
#compile the rest of the codes in progs
357
#compile the rest of the codes in progs
358
358
359
# patch Makefiles for beamdp dosxyz_show (dirty fix!!!)
360
sed -i 's/xvgrplot.mortran/$(HEN_HOUSE)\/utils\/xvgrplot.mortran/' $OMEGA_HOME/progs/beamdp/Makefile
361
sed -i 's/X11_libdir =/X11_libdir = -L$(CCOMPILER_LIBPATH)/' $OMEGA_HOME/progs/dosxyz_show/Makefile
359
for prog in beamdp ctcreate statdose readphsp dosxyz_show addphsp; do 
362
for prog in beamdp ctcreate statdose readphsp dosxyz_show addphsp; do 
360
 
363
 
361
    if test $prog = dosxyz_show && test $have_c_compiler = no; then
364
    if test $prog = dosxyz_show && test $have_c_compiler = no; then

Return to bug 191471