diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-10-14 17:31:25 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-10-15 23:45:37 +0200 |
commit | 66cfaaf1d239e69552d7b4515d34db099b3265da (patch) | |
tree | 8292c1828a1dadec055d804c41f8da1326a42024 /sci-physics | |
parent | media-libs/giflib: remove unused patch (diff) | |
download | gentoo-66cfaaf1d239e69552d7b4515d34db099b3265da.tar.gz gentoo-66cfaaf1d239e69552d7b4515d34db099b3265da.tar.bz2 gentoo-66cfaaf1d239e69552d7b4515d34db099b3265da.zip |
sci-physics/lhapdf: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/lhapdf/files/lhapdf-6.5.2-py.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-physics/lhapdf/files/lhapdf-6.5.2-py.patch b/sci-physics/lhapdf/files/lhapdf-6.5.2-py.patch deleted file mode 100644 index e4e6579872e2..000000000000 --- a/sci-physics/lhapdf/files/lhapdf-6.5.2-py.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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@" |