You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-physics/lhapdf/files/lhapdf-6.5.2-py.patch

12 lines
391 B

--- a/wrappers/python/build.py.in 2022-10-16 17:54:18.406418600 +0200
+++ b/wrappers/python/build.py.in 2022-10-16 17:54:31.926612653 +0200
@@ -20,7 +20,7 @@
## Include args
incargs = " ".join("-I{}".format(d) for d in incdirs)
incargs += " -I@prefix@/include"
-incargs += " @CPPFLAGS@"
+incargs += " @CPPFLAGS@ @CXXFLAGS@ @LDFLAGS@"
## Compile args
cmpargs = "" #"@PYEXT_CXXFLAGS@"