Skip to content

Commit

Permalink
net/haproxy: drop not necessary powerpc conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 12, 2023
1 parent 9cceb3f commit 3a6255e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions net/haproxy24/Makefile
Expand Up @@ -55,12 +55,6 @@ LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NA
OPTIONS_DEFAULT+= LUA
.endif

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc
MAKE_ARGS+= USE_LIBATOMIC=
.endif

.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64" || ${ARCH} == "i386"
Expand Down

0 comments on commit 3a6255e

Please sign in to comment.