diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-05 12:21:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-05 12:21:17 +0000 |
commit | f21628d3b2418417cadcdb867783da013b7f8f5b (patch) | |
tree | 693b985762edfd65b9afc6a84490276e197574c6 | |
parent | 683ec31770a8e8495afc7c985c7ee1c7c6dda465 (diff) |
automatic import of qscintilla
-rw-r--r-- | qscintilla.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qscintilla.spec b/qscintilla.spec index 80ad5b4..3c4b10c 100644 --- a/qscintilla.spec +++ b/qscintilla.spec @@ -79,8 +79,8 @@ pushd Python --qsci-incdir=../Qt4Qt5 --qsci-libdir=../Qt4Qt5 cat Makefile sed -i \ - -e 's,(^CXXFLAGS.*),\1 %{build_cxxflags},' \ - -e 's,(^LFLAGS.*),\1 %{build_ldflags},' \ + -e 's/^CXXFLAGS/s/$/%{build_cxxflags}/' \ + -e 's/^LFLAGS/s/$%{build_ldflags}/' \ Qsci/Makefile cat Qsci/Makefile %make_build |