Hello community,

here is the log from the commit of package crawl for openSUSE:Factory checked 
in at 2015-08-31 22:59:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crawl (Old)
 and      /work/SRC/openSUSE:Factory/.crawl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crawl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/crawl/crawl.changes      2015-08-25 
08:46:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.crawl.new/crawl.changes 2015-08-31 
22:59:10.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Aug 27 09:09:02 UTC 2015 - [email protected]
+
+- for ppc64le architecture disable __ALTIVEC__ to avoid build error
+  to avoid contention between SDL vector and gcc defines
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ crawl.spec ++++++
--- /var/tmp/diff_new_pack.6QzTZs/_old  2015-08-31 22:59:11.000000000 +0200
+++ /var/tmp/diff_new_pack.6QzTZs/_new  2015-08-31 22:59:11.000000000 +0200
@@ -80,11 +80,18 @@
 
 %build
 cd source
+tmpflags="%{optflags}"
+%ifarch ppc64le
+# avoid contentions between SDL vector and gcc defines
+# disable the include of altivec.h in /usr/include/SDL2/SDL_cpuinfo.h
+# note that --disable-altivec not supported by gcc 4.8
+tmpflags="$tmpflags -U__ALTIVEC__"
+%endif
 make clean
-make %{?_smp_flags} DATADIR="%{_datadir}/%{name}/" EXTRA_FLAGS="%{optflags}"
+make %{?_smp_flags} DATADIR="%{_datadir}/%{name}/" EXTRA_FLAGS="${tmpflags}"
 mv crawl crawl.tty # avoid name clashes temporarily
 make clean
-make %{?_smp_flags} DATADIR="%{_datadir}/%{name}/" EXTRA_FLAGS="%{optflags}" 
TILES="1"
+make %{?_smp_flags} DATADIR="%{_datadir}/%{name}/" EXTRA_FLAGS="${tmpflags}" 
TILES="1"
 mv crawl crawl-sdl
 mv crawl.tty crawl
 


Reply via email to