diff options
Diffstat (limited to 'math/asir2000/files/patch-fft_Makefile.am')
-rw-r--r-- | math/asir2000/files/patch-fft_Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/asir2000/files/patch-fft_Makefile.am b/math/asir2000/files/patch-fft_Makefile.am new file mode 100644 index 000000000000..3713156e3edc --- /dev/null +++ b/math/asir2000/files/patch-fft_Makefile.am @@ -0,0 +1,10 @@ +--- fft/Makefile.am.orig 2011-08-08 14:26:18.000000000 +0900 ++++ fft/Makefile.am 2011-08-08 14:26:27.000000000 +0900 +@@ -1,6 +1,6 @@ + ## $OpenXM: OpenXM_contrib2/asir2000/fft/Makefile.am,v 1.4 2009/02/13 13:21:19 ohara Exp $ + +-asirdir = ${prefix}/lib/asir ++asirdir = ${prefix}/share/asir + DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" + INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ + -I${top_srcdir}/gc/include \ |