summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm2/files/patch-src::configure
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gkrellm2/files/patch-src::configure')
-rw-r--r--sysutils/gkrellm2/files/patch-src::configure13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/gkrellm2/files/patch-src::configure b/sysutils/gkrellm2/files/patch-src::configure
deleted file mode 100644
index 18e51ec48951..000000000000
--- a/sysutils/gkrellm2/files/patch-src::configure
+++ /dev/null
@@ -1,13 +0,0 @@
-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