diff options
-rw-r--r-- | databases/firebird25-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/firebird25-server/Makefile b/databases/firebird25-server/Makefile index 34d1976ca1f0..3bbd4da68595 100644 --- a/databases/firebird25-server/Makefile +++ b/databases/firebird25-server/Makefile @@ -58,8 +58,8 @@ LD= ${CC} STRIP= ONLY_FOR_ARCHS= i386 amd64 -CONFLICTS+= firebird-client-2.0* firebird-server-2.0* \ - firebird-client-2.1* firebird-server-2.1* +# sparc64 fails due to lack of valid AtomicCounter implementation in +# src/common/classes/fb_atomic.h; presumably other tier-2s would as well INSTALL_FB= ${INSTALL} ${COPY} IPCRM_CMD= /usr/bin/ipcrm |