git: d6d6ddeab9d5 - main - graphics/py-pandana: Clean up

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 09 Jul 2023 10:36:21 UTC
The branch main has been updated by sunpoet:

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

commit d6d6ddeab9d5a44761478c9e9cbbd9b3461a0319
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 10:19:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 10:19:35 +0000

    graphics/py-pandana: Clean up
---
 graphics/py-pandana/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/graphics/py-pandana/Makefile b/graphics/py-pandana/Makefile
index e93956f0597a..036b01e41f4f 100644
--- a/graphics/py-pandana/Makefile
+++ b/graphics/py-pandana/Makefile
@@ -28,8 +28,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.8,1:math/py-numpy@${PY_FLAVOR} \
 USES=		compiler:c++11-lang python
 USE_PYTHON=	autoplist concurrent cython distutils
 
-CFLAGS+=	-DNO_TR1_MEMORY
-
 post-install:
 	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +