ports/comms/hamlib/files/patch-bindings_Makefile.am
Diane Bruce 67953da928 As stated by Kyle Evans <bsdports@kyle-evans.net>
"As in PR 196937, comms/hamlib fails to detect C++ compiler under emulation.
A patch for this was introduced in r377901 and then removed in r398432,
but I suspect it was still needed. I think the proper solution is to
re-introduce the patch that was removed, but I can't properly test it
myself because I'm failing to rebuild my arm.armv6 poudriere jail."

re-introduce missing diff
portlint again
redo checksum

PR:		ports/217972
Reported by:	Kyle Evans <bsdports@kyle-evans.net>
Reviewed by:	mikael.urankar@gmail.com
2017-03-25 13:21:49 +00:00

11 lines
324 B
Text

--- bindings/Makefile.am.orig 2017-03-25 12:45:27 UTC
+++ bindings/Makefile.am
@@ -120,7 +120,7 @@ MOSTLYCLEANFILES+= hamlibtcl_wrap.c pkgI
tcl_ltlib = hamlibtcl.la
-tcldir = $(libdir)/tcl/Hamlib
+tcldir = /usr/local/lib/tcl8.6/Hamlib
PKG_VER=@ABI_VERSION@.@ABI_REVISION@
DLL=hamlibtcl-$(PKG_VER)@TCL_SHLIB_SUFFIX@