From a56ced8b35b0d73bca4ebb0f3df0bc88920b0653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkan=20I=C5=9EIK?= Date: Thu, 1 Oct 2020 10:46:55 +0300 Subject: [PATCH] Update actions.py --- science/electronics/geda/actions.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/science/electronics/geda/actions.py b/science/electronics/geda/actions.py index e1574c2ed8..361f4cc344 100644 --- a/science/electronics/geda/actions.py +++ b/science/electronics/geda/actions.py @@ -21,11 +21,11 @@ def setup(): shelltools.system("sed -i 's| enum FAMCodes | int |' gschem/src/gschem_change_notification.c") #autotools.autoreconf("-vfi") # xorn uses python2 instead of python, shebang problems - shelltools.export("PYTHON_CFLAGS", "-I/usr/include/python2.7/") - shelltools.export("PYTHON_LIBS", "-lpython2.7") + shelltools.export("PYTHON_CFLAGS", "-I /usr/include/python2.7/") + shelltools.export("PYTHON_LIBS", "-l python2.7") # to fix cannot find libguile.h error - shelltools.export("GUILE_CFLAGS", "-I/usr/include/guile/2.2/") - shelltools.export("GUILE_LIBS", "-lguile-2.2") + shelltools.export("GUILE_CFLAGS", "-I /usr/include/guile/2.2/") + shelltools.export("GUILE_LIBS", "-l guile-2.2") pisitools.cflags.add("%s" % options) autotools.configure("--prefix=/usr \