diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 16:36:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 16:36:06 +0000 |
commit | 0ce9c970cf1f04781b118a59f97f3eb1664b66e8 (patch) | |
tree | f7a394b0aac405fa51a73c089493e2d03e9df09a /x11-toolkits/tk84/files/patch-configure | |
parent | - Fix the implicit requirement lines of the pkg-config files to use libav's (diff) |
Rename x11-*/ patch-xy patches to reflect the files they modify.
Finally, this is the last of it.
Notes
Notes:
svn path=/head/; revision=363358
Diffstat (limited to 'x11-toolkits/tk84/files/patch-configure')
-rw-r--r-- | x11-toolkits/tk84/files/patch-configure | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-toolkits/tk84/files/patch-configure b/x11-toolkits/tk84/files/patch-configure new file mode 100644 index 000000000000..75a1b42619c0 --- /dev/null +++ b/x11-toolkits/tk84/files/patch-configure @@ -0,0 +1,18 @@ +--- configure.orig 2013-06-03 19:29:08.000000000 +0200 ++++ configure 2014-01-17 18:06:08.000000000 +0100 +@@ -2927,6 +2927,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="" +@@ -3418,6 +3419,7 @@ + #define _POSIX_PTHREAD_SEMANTICS 1 + EOF + ++TCL_SRC_DIR=${prefix}/include/tcl${TCLVERSION} + + SHLIB_CFLAGS="-KPIC" + |