Revert r481274, it broke ports depending on neon

PR:		228867
With hat:	portmgr
Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2018-10-06 05:46:03 +00:00
parent 9040330b72
commit 67d6e3da69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481319
2 changed files with 1 additions and 32 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= neon
PORTVERSION= 0.30.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= LOCAL/lev
@ -14,7 +14,6 @@ LICENSE= GPLv2
USES= pathfix libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
OPTIONS_SUB= yes

View file

@ -1,30 +0,0 @@
--- configure.orig 2018-10-05 00:12:59 UTC
+++ configure
@@ -6318,7 +6318,7 @@ $ne__code
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
- ne_cv_libsfor_SSL_library_init="-l$lib -ldl"; break
+ ne_cv_libsfor_SSL_library_init_ssl="-l$lib -ldl"; break
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
@@ -6329,14 +6329,14 @@ rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ne_cv_libsfor_SSL_library_init" >&5
-$as_echo "$ne_cv_libsfor_SSL_library_init" >&6; }
+$as_echo "$ne_cv_libsfor_SSL_library_init_ssl" >&6; }
-if test "$ne_cv_libsfor_SSL_library_init" = "not found"; then
+if test "$ne_cv_libsfor_SSL_library_init_ssl" = "not found"; then
as_fn_error $? "could not find library containing SSL_library_init" "$LINENO" 5
-elif test "$ne_cv_libsfor_SSL_library_init" = "none needed"; then
+elif test "$ne_cv_libsfor_SSL_library_init_ssl" = "none needed"; then
:
else
- NEON_LIBS="$ne_cv_libsfor_SSL_library_init $NEON_LIBS"
+ NEON_LIBS="$ne_cv_libsfor_SSL_library_init_ssl $NEON_LIBS"
fi
else