diff options
author | George Shapovalov <george@gentoo.org> | 2003-02-07 05:35:05 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-02-07 05:35:05 +0000 |
commit | 736bf4c2b5abb83678fa5777d1c4880d30e0c9e2 (patch) | |
tree | 80b32e58e8d8407291794876ad5494b92bc47cd8 /app-sci/lard/files | |
parent | Generic Mapping tool (new package, keymasked) (diff) | |
download | gentoo-2-736bf4c2b5abb83678fa5777d1c4880d30e0c9e2.tar.gz gentoo-2-736bf4c2b5abb83678fa5777d1c4880d30e0c9e2.tar.bz2 gentoo-2-736bf4c2b5abb83678fa5777d1c4880d30e0c9e2.zip |
new version (bug fixes and new features)
Diffstat (limited to 'app-sci/lard/files')
-rw-r--r-- | app-sci/lard/files/digest-lard-20030109 | 3 | ||||
-rw-r--r-- | app-sci/lard/files/lard-20030109-configure.patch | 34 |
2 files changed, 37 insertions, 0 deletions
diff --git a/app-sci/lard/files/digest-lard-20030109 b/app-sci/lard/files/digest-lard-20030109 new file mode 100644 index 000000000000..1fb921cacd69 --- /dev/null +++ b/app-sci/lard/files/digest-lard-20030109 @@ -0,0 +1,3 @@ +MD5 3368c43cf78f7e5dfb306fbd0f86a8f5 lard-20030109.tar.gz 394993 +MD5 99adde34967f1c75a89f3983ce79b0b8 lard-demos-2.0.12.tar.gz 119124 +MD5 c76c77fe5643893abc03911bf3cf0607 lard-doc-2.0.14.tar.gz 355267 diff --git a/app-sci/lard/files/lard-20030109-configure.patch b/app-sci/lard/files/lard-20030109-configure.patch new file mode 100644 index 000000000000..b0522ac2778c --- /dev/null +++ b/app-sci/lard/files/lard-20030109-configure.patch @@ -0,0 +1,34 @@ +--- lard-20030109.orig/configure 2003-01-09 14:09:29.000000000 -0700 ++++ lard-20030109/configure 2003-01-09 14:13:44.000000000 -0700 +@@ -5750,7 +5750,7 @@ + + + +- lardbindir=${bindir}/${host} ++ lardbindir=${bindir}/ + + echo "$as_me:$LINENO: result: lardbindir set to ${lardbindir}" >&5 + echo "${ECHO_T}lardbindir set to ${lardbindir}" >&6 +@@ -5767,19 +5767,19 @@ + echo "${ECHO_T}lardlibdir set to ${lardlibdir}" >&6 + + +- lardcommondir=${bindir}/common ++ lardcommondir=${lardbindir} + + echo "$as_me:$LINENO: result: lardcommondir set to ${lardcommondir}" >&5 + echo "${ECHO_T}lardcommondir set to ${lardcommondir}" >&6 + + +- lardelispdir=${libdir}/elisp ++ lardelispdir=/usr/share/emacs/site-lisp + + echo "$as_me:$LINENO: result: lardelispdir set to ${lardelispdir}" >&5 + echo "${ECHO_T}lardelispdir set to ${lardelispdir}" >&6 + + +-docdir=${prefix}/doc ++docdir=${prefix}/share/doc/lard-2.0.14 + + tcllibdir=${prefix}/lib/tcl + |