svn commit: r340082 - head/x11-toolkits/tk86/files

Pietro Cerutti gahr at FreeBSD.org
Fri Jan 17 17:09:10 UTC 2014


Author: gahr
Date: Fri Jan 17 17:09:09 2014
New Revision: 340082
URL: http://svnweb.freebsd.org/changeset/ports/340082
QAT: https://qat.redports.org/buildarchive/r340082/

Log:
  - Fix SONAME in libtk86.so.1

Added:
  head/x11-toolkits/tk86/files/patch-configure   (contents, props changed)

Added: head/x11-toolkits/tk86/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/tk86/files/patch-configure	Fri Jan 17 17:09:09 2014	(r340082)
@@ -0,0 +1,10 @@
+--- configure.orig	2014-01-17 18:09:55.000000000 +0100
++++ configure	2014-01-17 18:10:02.000000000 +0100
+@@ -5655,6 +5655,7 @@
+ 	    SHLIB_CFLAGS="-fPIC"
+ 	    SHLIB_LD="${CC} -shared"
+ 	    TCL_SHLIB_LD_EXTRAS="-Wl,-soname=\$@"
++	    TK_SHLIB_LD_EXTRAS="-Wl,-soname=\$@"
+ 	    SHLIB_SUFFIX=".so"
+ 	    DL_OBJS="tclLoadDl.o"
+ 	    DL_LIBS=""


More information about the svn-ports-all mailing list