forked from Lainports/freebsd-ports
Version 1.2.15.3 2012-11-01
* Fix configure.ac so that rigctld/rotcld work on Win32 platform
* Add NSIS script to build executable installer on Win32 platform
* Remove unsupported commands on IC-756 (non-Pro model) from AK6I
* Fix set_split in netrigctl.c to properly accept the split value.
TNX, N2ADR.
* IC-R8500: Add RIG_LEVEL_AF to has_set_level. TNX John, EI7IG
* ADAT updates from Frank, DG1SBG, needed for stable operation.
This is likely the last planned release of the Hamlib 1.2 series.
Development will now focus on the Hamlib 3 series which is now
configured to be ABI compatible with the 1.2 series.
Feature safe: yes
20 lines
759 B
Text
20 lines
759 B
Text
--- bindings/Makefile.in.orig 2012-11-01 16:28:09.000000000 -0500
|
|
+++ bindings/Makefile.in 2012-11-02 18:27:34.000000000 -0500
|
|
@@ -327,7 +327,7 @@
|
|
program_transform_name = @program_transform_name@
|
|
psdir = @psdir@
|
|
pyexecdir = @pyexecdir@
|
|
-pythondir = @pythondir@
|
|
+pythondir = %%PYTHON_SITELIBDIR%%
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
srcdir = @srcdir@
|
|
@@ -347,7 +347,7 @@
|
|
hamlibperl_wrap.c Hamlib.pm Hamlib.bs
|
|
AM_CFLAGS = -fno-strict-aliasing
|
|
@ENABLE_TCL_TRUE@tcl_ltlib = hamlibtcl.la
|
|
-@ENABLE_TCL_TRUE@tcldir = $(prefix)/lib/tcl
|
|
+@ENABLE_TCL_TRUE@tcldir = %%TCL_LIBDIR%%
|
|
@ENABLE_TCL_TRUE@PKG_VER = 1.0
|
|
@ENABLE_TCL_TRUE@DLL = hamlibtcl-$(PKG_VER)@TCL_SHLIB_SUFFIX@
|
|
@ENABLE_TCL_TRUE@nodist_hamlibtcl_la_SOURCES = hamlibtcl_wrap.c
|