diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-19 14:08:30 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-19 14:08:30 +0000 |
commit | 894db980cdd8523ed6f7c9b5f4c325de9b9f1c5d (patch) | |
tree | f151826f5c9dc1564680c7e9732dce992c48659e /math/asir2000/files/patch-bg | |
parent | Correct configure patch (diff) |
Update to 20030507
PR: 52261
Submitted by: Saito Tomokatsu <saito@a2z.co.jp>
Diffstat (limited to 'math/asir2000/files/patch-bg')
-rw-r--r-- | math/asir2000/files/patch-bg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/asir2000/files/patch-bg b/math/asir2000/files/patch-bg new file mode 100644 index 000000000000..8228cdc9f854 --- /dev/null +++ b/math/asir2000/files/patch-bg @@ -0,0 +1,11 @@ +--- parse/Makefile.am.orig Fri May 2 02:24:05 2003 ++++ parse/Makefile.am Fri May 2 02:24:23 2003 +@@ -3,7 +3,7 @@ + incdir = ${prefix}/include/asir + inc_HEADERS = comp.h cpp.h parse.h w_stdio.h + +-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 \ |