Magellan Linux

Diff of /smage/trunk/core/openmotif/openmotif-2.3.3-r1.smage2

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

revision 344 by niro, Mon May 3 08:48:46 2010 UTC revision 346 by niro, Mon May 3 08:57:12 2010 UTC
# Line 46  src_prepare() Line 46  src_prepare()
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    
48   # add missing files to run autoconf successfully   # add missing files to run autoconf successfully
49   all-abis "touch NEWS AUTHORS" || die   all-abis "touch NEWS AUTHORS INSTALL COPYING" || die
50   all-abis autoreconf -I. --verbose --force --install || die   all-abis autoreconf -I. --verbose --force --install || die
51  }  }
52    
# Line 65  src_compile() Line 65  src_compile()
65   mmake -j1 || die   mmake -j1 || die
66  }  }
67    
68    mcore_generic_src_install()
 src_install()  
69  {  {
70   # needed directories   # needed directories
71   minstalldir /etc/X11/app-defaults || die   minstalldir /etc/X11/app-defaults || die

Legend:
Removed from v.344  
changed lines
  Added in v.346