Magellan Linux

Diff of /trunk/nonfree/openmotif/openmotif-2.3.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11779 by niro, Wed Apr 11 19:11:05 2012 UTC revision 11780 by niro, Wed Apr 11 19:19:23 2012 UTC
# Line 45  src_prepare() Line 45  src_prepare()
45   # add X.Org vendor string to aliases for virtual bindings   # add X.Org vendor string to aliases for virtual bindings
46   all-abis "echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >> bindings/xmbind.alias" || die   all-abis "echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >> bindings/xmbind.alias" || die
47    
  # fix build with as-needed  
  all-abis "sed -i 's:^LIBS = @LIBS@:^LIBS = -lx11 @LIBS@:' demos/programs/Makefile.in" || die  
   
48   # add missing files to run autoconf successfully   # add missing files to run autoconf successfully
49   all-abis "touch NEWS AUTHORS INSTALL COPYING" || die   all-abis "touch NEWS AUTHORS INSTALL COPYING" || die
50   mautoreconf || die   mautoreconf || die
# Line 71  src_compile() Line 68  src_compile()
68   --enable-jpeg \   --enable-jpeg \
69   || die   || die
70    
71   # doesn't like optimations   # doesn't like optimations and fixed build with as-needed"
72   mmake -j1 || die   mmake -j1 LIBS="-lXmu -lXt -lXext -lX11 -ljpeg -lpng" || die
73  }  }
74    
75  src_install()  src_install()

Legend:
Removed from v.11779  
changed lines
  Added in v.11780