Accepting request 687009 from Mono:Factory

OBS-URL: https://build.opensuse.org/request/show/687009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgdiplus?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-03-22 13:54:53 +00:00 committed by Git OBS Bridge
commit f16292d543
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 20 15:51:46 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- Use / as sed command delimiter. Comma can actually show up in
optflags (think -Wl,…), which then breaks the sed command line
parsing.
-------------------------------------------------------------------
Wed Sep 9 13:16:18 UTC 2015 - i@marguerite.su

View File

@ -69,7 +69,7 @@ using System.Drawing.
%setup -q
%patch -p1
%patch1 -p1
sed -i 's,-Wall,-Wall %{optflags},' src/Makefile.am
sed -i 's/-Wall/-Wall %{optflags}/' src/Makefile.am
%build
autoreconf -fiv