X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=dev-lang%2Fphp%2Ffiles%2Fmissing-openssl-include.patch;fp=dev-lang%2Fphp%2Ffiles%2Fmissing-openssl-include.patch;h=0000000000000000000000000000000000000000;hp=28cc7dd64719e197152ae7aa15a804f4869b0cd2;hb=c8f916f066225037a9e3c7d85f5529ac3dce359d;hpb=3159f43d1af846567d1b5c6bec4fbbfa0e62b1bf diff --git a/dev-lang/php/files/missing-openssl-include.patch b/dev-lang/php/files/missing-openssl-include.patch deleted file mode 100644 index 28cc7dd..0000000 --- a/dev-lang/php/files/missing-openssl-include.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- acinclude.m4 2012-11-17 21:53:06.346408695 +0100 -+++ acinclude.m4.new 2013-03-18 11:37:09.253432820 +0100 -@@ -2331,8 +2331,10 @@ - AC_MSG_ERROR([OpenSSL version 0.9.6 or greater required.]) - fi - -- if test -n "$OPENSSL_LIBS" && test -n "$OPENSSL_INCS"; then -+ if test -n "$OPENSSL_LIBS" ; then - PHP_EVAL_LIBLINE($OPENSSL_LIBS, $1) -+ fi -+ if test -n "$OPENSSL_INCS" ; then - PHP_EVAL_INCLINE($OPENSSL_INCS) - fi - fi