git: b15bd566b8dc - main - math/or-tools: Clean up

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 25 Sep 2024 04:28:00 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b15bd566b8dc894e4b521796048860a41dab15c5

commit b15bd566b8dc894e4b521796048860a41dab15c5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-25 04:17:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-25 04:23:02 +0000

    math/or-tools: Clean up
    
    ABSL_LEGACY_THREAD_ANNOTATIONS is no longer needed.
    
    Reference:      https://cgit.freebsd.org/ports/commit/?id=cd1837f2e351891c3ee678e91a589e51836bff1e
                    https://github.com/google/or-tools/issues/3655
    Approved by:    portmgr (blanket)
---
 math/or-tools/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/math/or-tools/Makefile b/math/or-tools/Makefile
index 6f5f21414021..defbf17316a4 100644
--- a/math/or-tools/Makefile
+++ b/math/or-tools/Makefile
@@ -35,7 +35,6 @@ USE_LDCONFIG=	yes
 CMAKE_OFF=	BUILD_PYTHON BUILD_DEPS INSTALL_BUILD_DEPS BUILD_EXAMPLES BUILD_SAMPLES
 CMAKE_ON=	BUILD_CXX
 CMAKE_TESTING_ON=	BUILD_EXAMPLES BUILD_CXX_EXAMPLES
-CXXFLAGS+=	-DABSL_LEGACY_THREAD_ANNOTATIONS
 
 CONFIGURE_ENV=	UNIX_CBC_DIR=${LOCALBASE} UNIX_CLP_DIR=${LOCALBASE}