diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-17 17:09:09 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-17 17:09:09 +0000 |
commit | 69986639dbf056cad9cd66afd0b980205911968e (patch) | |
tree | 5248b375345372b10c9e77f0c8607056c80166ba /x11-toolkits | |
parent | c45c3db568f0ae151e41aebce6d6656eaef72ba0 (diff) | |
download | ports-69986639dbf056cad9cd66afd0b980205911968e.tar.gz ports-69986639dbf056cad9cd66afd0b980205911968e.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk86/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/tk86/files/patch-configure b/x11-toolkits/tk86/files/patch-configure new file mode 100644 index 000000000000..4aef68428116 --- /dev/null +++ b/x11-toolkits/tk86/files/patch-configure @@ -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="" |