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 11781 by niro, Wed Apr 11 19:29:17 2012 UTC revision 11782 by niro, Wed Apr 11 19:40:59 2012 UTC
# Line 66  src_compile() Line 66  src_compile()
66    
67   mconfigure \   mconfigure \
68   --with-x \   --with-x \
  --x-libraries='/usr/$(mlibdir)' \  
69   --disable-printing \   --disable-printing \
70   --disable-xft \   --disable-xft \
71   --enable-png \   --enable-png \
72   --enable-jpeg \   --enable-jpeg \
73   || die   || die
74    
75     # remove prebuild bison parsers
76     mmake clean || die
77    
78   # doesn't like optimations and fixed build with as-needed"   # doesn't like optimations and fixed build with as-needed"
79   mmake -j1 LIBS="-lXmu -lXt -lXext -lX11 -ljpeg -lpng" || die   mmake -j1 || die
80  }  }
81    
82  src_install()  src_install()

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