diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-12-13 06:04:11 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-12-13 06:04:11 +0000 |
commit | cb585fe7971663e65c6036b2eb2e2a2c3f3b04ff (patch) | |
tree | 0216ad07181334014dd1ba361fe947ef37ba4b44 /sysutils/gkrellm2/files/patch-src::configure | |
parent | Remove a couple of symbolic reference abuses: the texi2html developers (diff) |
Update to 2.1.22.
Notes
Notes:
svn path=/head/; revision=95711
Diffstat (limited to 'sysutils/gkrellm2/files/patch-src::configure')
-rw-r--r-- | sysutils/gkrellm2/files/patch-src::configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/gkrellm2/files/patch-src::configure b/sysutils/gkrellm2/files/patch-src::configure new file mode 100644 index 000000000000..18e51ec48951 --- /dev/null +++ b/sysutils/gkrellm2/files/patch-src::configure @@ -0,0 +1,13 @@ +Index: src/configure +diff -u src/configure.orig src/configure +--- src/configure.orig Fri Dec 12 04:06:52 2003 ++++ src/configure Sat Dec 13 14:15:14 2003 +@@ -45,7 +45,7 @@ + EOF + + $CC ${PKG_INCLUDE} -c test.c -o test.o 2>& 5 +-$CC test.o -o test ${PKG_LIBS} -lssl 2>& 5 ++$CC test.o -o test ${PKG_LIBS} -lssl -lcrypto 2>& 5 + + if [ -e ./test ] && ./test + then |