diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2009-07-13 05:30:15 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2009-07-13 05:30:15 +0000 |
commit | 52b76e132728a3a0e13436f09f10391aec3e259b (patch) | |
tree | 8034266eeceaa3f8301733562c746f4e853afb28 /devel/tcl-trf/files/patch-configure | |
parent | - Update to 1.1.1 (diff) |
Resurrect this port from the Attic based on the new version from the
author. As before, we modify the author's code to use either OpenSSL's
-lcrypto or BSD's -lmd /directly/ instead of compiling the bundled
definitions digests.
We also link with -lz and -lbz2 instead of dlopen-ing them at run-time.
Notes
Notes:
svn path=/head/; revision=237667
Diffstat (limited to 'devel/tcl-trf/files/patch-configure')
-rw-r--r-- | devel/tcl-trf/files/patch-configure | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/tcl-trf/files/patch-configure b/devel/tcl-trf/files/patch-configure new file mode 100644 index 000000000000..274baf234a86 --- /dev/null +++ b/devel/tcl-trf/files/patch-configure @@ -0,0 +1,23 @@ +--- configure 2009-06-18 00:45:24.000000000 -0400 ++++ configure 2009-07-12 20:45:07.000000000 -0400 +@@ -6752,5 +6752,5 @@ + + +- vars="zlib.c bz2lib.c loadman.c init.c registry.c unstack.c load.c crypt.c" ++ vars="init.c registry.c unstack.c load.c crypt.c" + for i in $vars; do + case $i in +@@ -13653,5 +13653,5 @@ + + +- vars="md5-crypt/crypt-entry.c md5-crypt/md5-crypt.c md5-crypt/md5.c compat/stpncpy.c" ++ vars="compat/stpncpy.c" + for i in $vars; do + case $i in +@@ -13713,5 +13713,5 @@ + + +- vars="md5-crypt/crypt-entry.c md5-crypt/md5-crypt.c md5-crypt/md5.c compat/stpncpy.c" ++ vars="compat/stpncpy.c" + for i in $vars; do + case $i in |