diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-05 12:55:49 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-05 12:55:49 +0000 |
commit | 28309670dc4a809c6a7cc8467c76cd3718d49b32 (patch) | |
tree | df1b83b6cfa8b850e9829b5aa8d6ab9869ef661e | |
parent | a3684642c9f27f52539235f596f4c51f9e3a7df7 (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 e331b8c..31f5b48 100644 --- a/qscintilla.spec +++ b/qscintilla.spec @@ -79,8 +79,8 @@ pushd Python --qsci-incdir=../Qt4Qt5 --qsci-libdir=../Qt4Qt5 cat Makefile sed -i \ - -e '/^CXXFLAGS/s/$/ %{build_cxxflags}/' \ - -e '/^LFLAGS/s/$/ %{build_ldflags}/' \ + -e '#^CXXFLAGS#s#$# %{build_cxxflags}#' \ + -e '#^LFLAGS#s#$# %{build_ldflags}#' \ Qsci/Makefile cat Qsci/Makefile %make_build |