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 11776 by niro, Wed Apr 11 18:57:20 2012 UTC revision 11778 by niro, Wed Apr 11 19:10:41 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    
48     # fix build with as-needed
49     all-abis "sed -i 's:^LIBS = @LIBS@:^LIBS = -lx11 @LIBS@' demos/programs/Makefile.in" || die
50    
51   # add missing files to run autoconf successfully   # add missing files to run autoconf successfully
52   all-abis "touch NEWS AUTHORS INSTALL COPYING" || die   all-abis "touch NEWS AUTHORS INSTALL COPYING" || die
53   all-abis autoreconf -I. --verbose --force --install || die   mautoreconf || die
54  }  }
55    
56  src_compile()  src_compile()

Legend:
Removed from v.11776  
changed lines
  Added in v.11778