svn commit: r376040 - branches/2015Q1/devel/efl
Antoine Brodin
antoine at FreeBSD.org
Fri Jan 2 06:46:01 UTC 2015
Author: antoine
Date: Fri Jan 2 06:45:59 2015
New Revision: 376040
URL: https://svnweb.freebsd.org/changeset/ports/376040
QAT: https://qat.redports.org/buildarchive/r376040/
Log:
MFH: r376037
- On FreeBSD 10.0 use OpenSSL from ports
- Check OPSYS together with OSVERSION [1]
PR: 196419
Submitted by: marino [1]
Modified:
branches/2015Q1/devel/efl/Makefile
Directory Properties:
branches/2015Q1/ (props changed)
Modified: branches/2015Q1/devel/efl/Makefile
==============================================================================
--- branches/2015Q1/devel/efl/Makefile Fri Jan 2 03:30:42 2015 (r376039)
+++ branches/2015Q1/devel/efl/Makefile Fri Jan 2 06:45:59 2015 (r376040)
@@ -109,7 +109,7 @@ PLIST_SUB+= AUDIO="@comment "
.if ${PORT_OPTIONS:MSSL}
USE_OPENSSL= yes
-. if ${OSVERSION} >= 1000000
+. if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1001000
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure.ac
CONFIGURE_ENV+= ECORE_CON_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" ECORE_CON_LIBS="-lssl"
. else
More information about the svn-ports-branches
mailing list