svn commit: r566849 - head/net/haproxy

Dmitry Sivachenko demon at FreeBSD.org
Mon Mar 1 12:06:01 UTC 2021


Author: demon
Date: Mon Mar  1 12:06:01 2021
New Revision: 566849
URL: https://svnweb.freebsd.org/changeset/ports/566849

Log:
  Remove obsoleted change since required atomic functions
  has beed added to clang's libc.

Modified:
  head/net/haproxy/Makefile

Modified: head/net/haproxy/Makefile
==============================================================================
--- head/net/haproxy/Makefile	Mon Mar  1 11:30:16 2021	(r566848)
+++ head/net/haproxy/Makefile	Mon Mar  1 12:06:01 2021	(r566849)
@@ -44,11 +44,6 @@ LUA_MAKE_ARGS=		USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LI
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "i386"
-MAKE_ARGS+=	ARCH=i586
-USE_GCC=	9+
-.endif
-
 .if ${ARCH} == "amd64" || ${ARCH} == "i386"
 MAKE_ARGS+=	USE_REGPARM=1
 .endif


More information about the svn-ports-head mailing list