mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Fix typo that prevents disabling THREADS since r362796
Differential Revision: https://reviews.freebsd.org/D1717 Approved by: portmgr blanket Approved by: bapt (mentor)
This commit is contained in:
parent
9d7f44a80b
commit
2b53656d8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378122
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libevent2
|
||||
PORTVERSION= 2.0.22
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= mm@FreeBSD.org
|
||||
@ -32,7 +33,7 @@ OPENSSL_CPPFLAGS= -I${OPENSSLINC}
|
||||
OPENSSL_LDFLAGS= -L${OPENSSLLIB}
|
||||
OPENSSL_CONFIGURE_ENABLE= openssl
|
||||
|
||||
THREADS_CONFIGURE_ENABLE= support
|
||||
THREADS_CONFIGURE_ENABLE= thread-support
|
||||
|
||||
post-patch:
|
||||
${ECHO_CMD} 'AC_CONFIG_MACRO_DIR([m4])' >>${WRKSRC}/configure.in
|
||||
|
Loading…
Reference in New Issue
Block a user