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:
commit
f16292d543
@ -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
|
Wed Sep 9 13:16:18 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ using System.Drawing.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
sed -i 's,-Wall,-Wall %{optflags},' src/Makefile.am
|
sed -i 's/-Wall/-Wall %{optflags}/' src/Makefile.am
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user