diff options
Diffstat (limited to 'lang/tauthon/Makefile')
-rw-r--r-- | lang/tauthon/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/tauthon/Makefile b/lang/tauthon/Makefile index 15f6046f3f6e..b4d20fa02fa5 100644 --- a/lang/tauthon/Makefile +++ b/lang/tauthon/Makefile @@ -136,10 +136,6 @@ PLIST_SUB+= 32BIT_ONLY="@comment " PLIST_SUB+= 32BIT_ONLY="" .endif -.if ${ARCH} == sparc64 -CFLAGS+= -DPYTHON_DEFAULT_RECURSION_LIMIT=900 -.endif - # See https://bugs.freebsd.org/115940 and https://bugs.freebsd.org/193650 .if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) PLIST_SUB+= NO_NIS="@comment " |