Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <e94_msu@elixir.e.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Wed, 08 Jul 1998 22:43:05 +0200

Re: New RPM packages, bug in svgalib emulation Makefile

> Jaromir Koutek wrote:
> > Problem in degas/lib/svgalib/ makefiles:
> > if you type "make install", it can't find mkdirtree and install in vga
> > and gl subdirectories, because these commands are in (included)
> > ../Makefile.cfg set as:
> > MKDIRTREE=../../config/scripts/mkdirtree
> > but should be
> > MKDIRTREE=../../../config/scripts/mkdirtree
> > I don't know how to repair it, Makefile.cfg is probably generated from
> > some template. I changed my install script in .spec for now.
> 
> I'll take care of that.

Fixed and commited. Our svgalib-wrapper also now compiles on
non-linux systems.

//Marcus

Index: [thread] [date] [subject] [author]