diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2010-06-05 14:16:42 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2010-06-05 14:16:42 +0000 |
commit | 282b231e16a8ce413f7343276dbf858feda7539d (patch) | |
tree | f6b2583f912d4087c036370ed2ae0ac529e9b3ed /media-libs/hamlib/files | |
parent | alpha stable wrt #317787 (diff) | |
download | historical-282b231e16a8ce413f7343276dbf858feda7539d.tar.gz historical-282b231e16a8ce413f7343276dbf858feda7539d.tar.bz2 historical-282b231e16a8ce413f7343276dbf858feda7539d.zip |
Version bump
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'media-libs/hamlib/files')
-rw-r--r-- | media-libs/hamlib/files/hamlib-1.2.11-bindings.diff | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-libs/hamlib/files/hamlib-1.2.11-bindings.diff b/media-libs/hamlib/files/hamlib-1.2.11-bindings.diff new file mode 100644 index 000000000000..bf92076c7f82 --- /dev/null +++ b/media-libs/hamlib/files/hamlib-1.2.11-bindings.diff @@ -0,0 +1,28 @@ +Index: bindings/Makefile.am +# fix tcl install path +=================================================================== +--- bindings/Makefile.am (revision 2854) ++++ bindings/Makefile.am (working copy) +@@ -62,7 +62,7 @@ + + tcl_ltlib = hamlibtcl.la + +-tcldir = $(prefix)/lib/tcl ++tcldir = @tclpackagedir@/hamlib + + PKG_VER=1.0 + DLL=hamlibtcl-$(PKG_VER)@TCL_SHLIB_SUFFIX@ +Index: configure.ac +# add macro to determine path to tcl packages +=================================================================== +--- configure.ac (revision 2854) ++++ configure.ac (working copy) +@@ -316,6 +316,8 @@ + AC_SUBST(TCL_LIB_SPEC) + AC_SUBST(TCL_INCLUDE_SPEC) + AC_SUBST(TCL_SHLIB_SUFFIX) ++tclpackagedir=`echo $TCL_PACKAGE_PATH | cut -d ' ' -f 1 | sed "s,$TCL_PREFIX,\\${prefix},"` ++AC_SUBST(tclpackagedir) + + # TODO: require "${ac_cv_header_sys_socket_h}" = "no" + |