diff options
Diffstat (limited to 'math/asir2000/files/patch-bd')
-rw-r--r-- | math/asir2000/files/patch-bd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/asir2000/files/patch-bd b/math/asir2000/files/patch-bd new file mode 100644 index 000000000000..eb5e1e913731 --- /dev/null +++ b/math/asir2000/files/patch-bd @@ -0,0 +1,10 @@ +--- engine/Makefile.am.orig Fri May 2 02:20:57 2003 ++++ engine/Makefile.am Fri May 2 02:21:10 2003 +@@ -1,6 +1,6 @@ + ## $OpenXM: OpenXM_contrib2/asir2000/engine/Makefile.am,v 1.3 2003/03/20 07:34:09 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 \ |