svn commit: r555036 - head/x11-toolkits/py-tkinter
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Nov 13 17:13:23 UTC 2020
Author: pkubaj
Date: Fri Nov 13 17:13:22 2020
New Revision: 555036
URL: https://svnweb.freebsd.org/changeset/ports/555036
Log:
x11-toolkits/py-tkinter at py39: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wno-unused-result"
Modified:
head/x11-toolkits/py-tkinter/Makefile
Modified: head/x11-toolkits/py-tkinter/Makefile
==============================================================================
--- head/x11-toolkits/py-tkinter/Makefile Fri Nov 13 17:13:13 2020 (r555035)
+++ head/x11-toolkits/py-tkinter/Makefile Fri Nov 13 17:13:22 2020 (r555036)
@@ -16,7 +16,7 @@ LICENSE= PSFL
PORTSCOUT= ignore:1
-USES= python tar:xz tk
+USES= compiler:c11 python tar:xz tk
USE_PYTHON= distutils autoplist allflavors
DIST_SUBDIR= python
More information about the svn-ports-all
mailing list