d94f1acf91
Fyre is a tool for producing computational artwork based on histograms of iterated chaotic functions. At the moment, it implements the Peter de Jong map in a fixed-function pipeline with an interactive GTK+ frontend and a command line interface for easy and efficient rendering of high-resolution, high quality images. help and ok steven@
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2007/05/21 14:24:06 jasper Exp $
|
|
--- src/Makefile.in.orig Mon Oct 9 06:01:09 2006
|
|
+++ src/Makefile.in Mon May 21 14:48:56 2007
|
|
@@ -218,7 +218,7 @@ INCLUDES = \
|
|
$(PACKAGE_CFLAGS) \
|
|
$(EXR_CFLAGS) \
|
|
$(GNET_CFLAGS) \
|
|
- '-DFYRE_DATADIR="data"' \
|
|
+ '-DFYRE_DATADIR="$(prefix)/share/fyre/"' \
|
|
'-DDATADIR="$(prefix)/share"'
|
|
|
|
fyre_LDADD = \
|