mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
"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
11 lines
324 B
Text
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@
|