summaryrefslogtreecommitdiffstats
path: root/network/gq/gcc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'network/gq/gcc.patch')
-rw-r--r--network/gq/gcc.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/network/gq/gcc.patch b/network/gq/gcc.patch
deleted file mode 100644
index 4e6da28e65..0000000000
--- a/network/gq/gcc.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: gq-1.2.3/configure
-===================================================================
---- gq-1.2.3.orig/configure
-+++ gq-1.2.3/configure
-@@ -6167,7 +6167,7 @@ if test "${ac_cv_lib_ssl_SSL_new+set}" =
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lssl $LIBS"
-+LIBS="`pkg-config --libs openssl` $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -6223,7 +6223,7 @@ fi
- { echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_new" >&5
- echo "${ECHO_T}$ac_cv_lib_ssl_SSL_new" >&6; }
- if test $ac_cv_lib_ssl_SSL_new = yes; then
-- LIBS="-lssl $LIBS"
-+ LIBS="`pkg-config --libs openssl` $LIBS"
-
- fi
-