Accepting request 403479 from GNOME:Factory
Stop applying patch now that we have GCC6 as default compiler. OBS-URL: https://build.opensuse.org/request/show/403479 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++2?expand=0&rev=38
This commit is contained in:
commit
d31ff3781d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 19:19:09 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- No longer apply libsigc++-std-c11.patch for Tumbleweed, not
|
||||
needed anymore since GCC 6.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 16 12:59:06 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -70,11 +70,11 @@ of use unmatched by other C++ callback libraries.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
if [ $(gcc -dumpversion | awk -F. '{print $1}') -lt 6 ]; then
|
||||
%patch0 -p1
|
||||
fi
|
||||
|
||||
%build
|
||||
# FIXME: Cannot autoreconf, bad templates:
|
||||
#ACLOCAL="aclocal -I scripts" autoreconf -f -i
|
||||
%configure --disable-static --with-pic
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user