svn commit: r375746 - head/devel/efl/files

Grzegorz Blach gblach at FreeBSD.org
Sun Dec 28 19:13:06 UTC 2014


Author: gblach
Date: Sun Dec 28 19:13:04 2014
New Revision: 375746
URL: https://svnweb.freebsd.org/changeset/ports/375746
QAT: https://qat.redports.org/buildarchive/r375746/

Log:
  Add missing files/extra-patch-configure.ac

Added:
  head/devel/efl/files/extra-patch-configure.ac   (contents, props changed)

Added: head/devel/efl/files/extra-patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/efl/files/extra-patch-configure.ac	Sun Dec 28 19:13:04 2014	(r375746)
@@ -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"])


More information about the svn-ports-head mailing list