New patch to fix compilation, appended -lm to the LIBS and fixed the package generation. It was failing saying '/usr/bin no such file or directory,' so in the Makefile i put 'mkdir -p $(BINDIR)' in the install recipe. This fixed that issue.
Search Criteria
Package Details: mdz 0.1.1-2
Package Actions
| Package Base: | mdz |
|---|---|
| Description: | Mandelbrot Deep Zoom, Mandelbrot Set explorer and image renderer |
| Upstream URL: | http://jwm-art.net/mdz/ |
| Category: | science |
| Licenses: | |
| Submitter: | hollunder |
| Maintainer: | jwm-art |
| Last Packager: | None |
| Votes: | 0 |
| First Submitted: | 2010-12-04 01:06 |
| Last Updated: | 2014-01-20 02:11 |
Latest Comments
Comment by u8sand
Comment by hollunder
You're right, it's nicer this way. Fixed without version change since functionality is the same.
I still have my problems with using patch, but in this case it seems rather straight-forward.
Anonymous comment
I think it would be better to replace
patch Makefile ../../mdz.patch
with
patch Makefile ${srcdir}/mdz.patch
but maybe that's just cosmetics... See this as a suggestion only, because your line works as well
Comment by hollunder
You're right, sorry for the inconvenience.
Anonymous comment
Seems like you forgot to include this patch