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 11780 by niro, Wed Apr 11 19:19:23 2012 UTC revision 11781 by niro, Wed Apr 11 19:29:17 2012 UTC
# Line 30  SRC_URI=( Line 30  SRC_URI=(
30   http://www.motifzone.org/files/public_downloads/${PNAME}/${PVER%.*}/${PVER}/${SRCFILE}   http://www.motifzone.org/files/public_downloads/${PNAME}/${PVER%.*}/${PVER}/${SRCFILE}
31   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
32   mirror://${PNAME}/openmotif-2.2.3-Mwm.defaults   mirror://${PNAME}/openmotif-2.2.3-Mwm.defaults
33     mirror://${PNAME}/${PNAME}-${PVER}-no-demos.patch
34     mirror://${PNAME}/${PNAME}-${PVER}-libpng14.patch
35  )  )
36    
37  # fake atm  # fake atm
# Line 40  src_prepare() Line 42  src_prepare()
42   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
43    
44   # disable compilation of demo binaries   # disable compilation of demo binaries
45   all-abis "sed -i '/^SUBDIRS/{:x;/\\$/{N;bx;};s/[ \t\n\\]*demos//;s/\([ \t\n\\]*doc\)\\ \\\\/\1/;}' Makefile.am" || die   mpatch ${PNAME}-${PVER}-no-demos.patch || die
46    
47     # fix build with libpng-1.4 and newer
48     mpatch ${PNAME}-${PVER}-libpng14.patch || die
49    
50   # add X.Org vendor string to aliases for virtual bindings   # add X.Org vendor string to aliases for virtual bindings
51   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

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