Accepting request 64813 from GNOME:Apps

Accepted submit request 64813 from user licensedigger

OBS-URL: https://build.opensuse.org/request/show/64813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=51
This commit is contained in:
Sascha Peilicke 2011-03-22 16:54:25 +00:00 committed by Git OBS Bridge
parent 3c667781b0
commit 41f289e546
3 changed files with 1040 additions and 0 deletions

1032
inkscape-0.48.0-gcc46.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 22 08:00:15 UTC 2011 - idoenmez@novell.com
- Add inkscape-0.48.0-gcc46.patch: fix compilation with gcc 4.6
-------------------------------------------------------------------
Sat Feb 12 19:22:44 CET 2011 - vuntz@opensuse.org

View File

@ -32,6 +32,8 @@ Source2: inkscape-split-extensions-extra.sh
Patch0: inkscape-remove-datetime.patch
# PATCH-FIX-OPENSUSE inkscape-packages.patch sbrabec@suse.cz -- Suggest packages instead of compilation from source.
Patch1: inkscape-packages.patch
# PATCH-FIX-UPSTREAM inkscape-0.48.0-gcc46.patch idoenmez@suse.de -- Fix compilation with gcc 4.6
Patch2: inkscape-0.48.0-gcc46.patch
BuildRequires: boost-devel
BuildRequires: docbook-toys
BuildRequires: fdupes
@ -156,6 +158,7 @@ Inkscape is a vector illustration program for the GNOME desktop.
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"