This PR was submitted 5 January 2013. It suffered a bit of bitrot, but
staging worked out of the box. I made some minor adjustments.
PR: 174988
Submitted by: Sebastien Santoro
================================================================
tclsoap provides support for building clients and servers
for the SOAP remote procedure call protocol from Tcl. SOAP
is an XML based RPC mechanism which provides cross-platform
cross language compatability.
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
diff --git Makefile.in Makefile.in
|
|
index 7c62305..fe8e602 100644
|
|
--- Makefile.in
|
|
+++ Makefile.in
|
|
@@ -56,7 +56,7 @@ docdir = @docdir@
|
|
|
|
DESTDIR =
|
|
|
|
-pkglibdir = $(libdir)/@PACKAGE@@VERSION@
|
|
+pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
top_builddir = .
|
|
|