diff options
Diffstat (limited to 'math/asir2000/files/patch-lib_Makefile.am')
-rw-r--r-- | math/asir2000/files/patch-lib_Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/asir2000/files/patch-lib_Makefile.am b/math/asir2000/files/patch-lib_Makefile.am new file mode 100644 index 000000000000..a60dc4752a8f --- /dev/null +++ b/math/asir2000/files/patch-lib_Makefile.am @@ -0,0 +1,10 @@ +--- lib/Makefile.am.orig 2011-08-08 14:38:10.000000000 +0900 ++++ lib/Makefile.am 2011-08-08 14:38:35.000000000 +0900 +@@ -1,6 +1,6 @@ + ## $OpenXM: OpenXM_contrib2/asir2000/lib/Makefile.am,v 1.12 2009/02/22 16:51:36 ohara Exp $ + +-asirdir = ${libdir}/asir ++asirdir = ${datadir}/asir + RR = alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata fctrtest \ + fff glib gr ifplot katsura mat nf num primdec primdec_lex \ + ratint robot solve sp sturm sym xm primdec_mod weight |