Skip to content

Commit

Permalink
redis: revert libatomic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Jun 9, 2022
1 parent 79d9b42 commit de9ffac
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions databases/redis/Portfile
Expand Up @@ -11,7 +11,7 @@ legacysupport.newest_darwin_requires_legacy 15

name redis
version 7.0.1
revision 0
revision 1
categories databases
platforms darwin
license BSD
Expand Down Expand Up @@ -53,11 +53,6 @@ configure.cppflags-replace \
-I${prefix}/include \
-isystem${prefix}/include

# https://trac.macports.org/ticket/58712
if {${os.major} <= 18} {
configure.ldflags-append -latomic
}

# redis doesn't know about CPPFLAGS so pass it this way
build.args-append REDIS_CFLAGS="${configure.cppflags}"

Expand Down

0 comments on commit de9ffac

Please sign in to comment.