From 9dee8b27ebe89537591b054804ac294943a20d4f Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 19 Mar 2021 18:47:27 +0300 Subject: [PATCH] freeglut --- x11/library/freeglut/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/library/freeglut/actions.py b/x11/library/freeglut/actions.py index 2d7276ddaa..e569de9c05 100644 --- a/x11/library/freeglut/actions.py +++ b/x11/library/freeglut/actions.py @@ -26,7 +26,8 @@ def setup(): options += "-DCMAKE_INSTALL_LIBDIR=lib \ " - + + pisitools.cflags.add("-fcommon") cmaketools.configure(options) def build():