aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2014-12-29 03:13:04 +0800
committergblach <gblach@FreeBSD.org>2014-12-29 03:13:04 +0800
commit90a3c44d79b5c55950bc6a491da408abf06d91ae (patch)
treecb69b89b00eef332a1b9405dcbc57ab21eece1f1 /devel
parent89e42b01efca3d5f9ef26b6c55fed279e27e7d5d (diff)
downloadfreebsd-ports-gnome-90a3c44d79b5c55950bc6a491da408abf06d91ae.tar.gz
freebsd-ports-gnome-90a3c44d79b5c55950bc6a491da408abf06d91ae.tar.zst
freebsd-ports-gnome-90a3c44d79b5c55950bc6a491da408abf06d91ae.zip
Add missing files/extra-patch-configure.ac
Diffstat (limited to 'devel')
-rw-r--r--devel/efl/files/extra-patch-configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/efl/files/extra-patch-configure.ac b/devel/efl/files/extra-patch-configure.ac
new file mode 100644
index 000000000000..c97c6822be54
--- /dev/null
+++ b/devel/efl/files/extra-patch-configure.ac
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2014-12-11 10:36:05.000000000 +0100
++++ configure.ac 2014-12-28 00:57:35.000000000 +0100
+@@ -351,7 +351,7 @@
+ ;;
+
+ openssl)
+- EFL_DEPEND_PKG([crypto], [OPENSSL], [openssl])
++ requirements_libs_crypto="${ECORE_CON_LIBS} ${requirements_libs_crypto}"
+ ;;
+ esac
+ AM_CONDITIONAL([HAVE_CRYPTO_GNUTLS], [test "${build_crypto}" = "gnutls"])