Magellan Linux

Diff of /trunk/extras/ghostscript-gpl/ghostscript-gpl-9.23-r1.smage2

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

revision 31420 by niro, Wed Jul 4 10:40:05 2018 UTC revision 31421 by niro, Wed Jul 4 12:13:23 2018 UTC
# Line 119  src_compile() Line 119  src_compile()
119   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
120   || die   || die
121    
122     # not parallel make save
  # does not like optimations  
123   mmake -j1 so all || die   mmake -j1 so all || die
124    
125   # compile ijs   # compile ijs
# Line 135  src_install() Line 134  src_install()
134   minstalldir /usr/include || die   minstalldir /usr/include || die
135   minstalldir /usr/$(mlibdir) || die   minstalldir /usr/$(mlibdir) || die
136    
137     mmake -j1 DESTDIR=${BINDIR} install-so || die
138   mmake -j1 DESTDIR=${BINDIR} install || die   mmake -j1 DESTDIR=${BINDIR} install || die
139   mmake -j1 DESTDIR=${BINDIR} soinstall || die  
140     # symlink the dynamic binary to be used by default as 'gs' binary
141     mdelete /usr/bin/gs || die
142     mlink gsc /usr/bin/gs || die
143    
144   # install extra_fonts   # install extra_fonts
145   minstalldir /usr/share/ghostscript || die   minstalldir /usr/share/ghostscript || die

Legend:
Removed from v.31420  
changed lines
  Added in v.31421