[Pkg-tcltk-commits] r1367 - tk8.4/trunk/debian/patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Mon Jun 24 17:26:29 UTC 2013


Author: sgolovan
Date: 2013-06-24 17:26:28 +0000 (Mon, 24 Jun 2013)
New Revision: 1367

Modified:
   tk8.4/trunk/debian/patches/rpath.diff
Log:
[tk8.4]
  * Fixed library path.


Modified: tk8.4/trunk/debian/patches/rpath.diff
===================================================================
--- tk8.4/trunk/debian/patches/rpath.diff	2013-06-24 17:20:30 UTC (rev 1366)
+++ tk8.4/trunk/debian/patches/rpath.diff	2013-06-24 17:26:28 UTC (rev 1367)
@@ -22,7 +22,7 @@
  	    echo "if {[package vcompare [package provide Tcl] 8.4] != 0} return";\
  	    if test "x$(DLL_INSTALL_DIR)" != "x$(BIN_INSTALL_DIR)"; then \
 -	    echo "package ifneeded Tk $(MAJOR_VERSION).$(MINOR_VERSION) [list load [file normalize [file join \$$dir $${relative}$(TK_LIB_FILE)]] Tk]";\
-+	    echo "package ifneeded Tk $(MAJOR_VERSION).$(MINOR_VERSION) [list load [file normalize [file join \$$dir $${relative}$(TK_LIB_FILE).0]] Tk]";\
++	    echo "package ifneeded Tk $(MAJOR_VERSION).$(MINOR_VERSION) [list load [file normalize [file join $(LIB_RUNTIME_DIR) $(TK_LIB_FILE).0]] Tk]";\
  	    else \
  	    echo "if {(\$$::tcl_platform(platform) eq \"unix\") && ([info exists ::env(DISPLAY)]";\
  	    echo "	|| ([info exists ::argv] && [lsearch -exact \$$::argv -display] > -1))} {";\




More information about the Pkg-tcltk-commits mailing list