forked from pool/mupdf
- Set to best anti-alias mode (8) by default.
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=32
This commit is contained in:
parent
f03801b5f4
commit
5d6289bdae
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 18:57:22 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Set to best anti-alias mode (8) by default.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 10:06:56 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mupdf
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 Guido Berhoerster.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -78,7 +78,7 @@ done
|
||||
|
||||
%build
|
||||
# do no set CFLAGS which is used by the build system itself!
|
||||
export XCFLAGS="%{optflags} -fPIC -pthread"
|
||||
export XCFLAGS="%{optflags} -DAA_BITS=8 -fPIC -pthread"
|
||||
make %{?_smp_mflags} \
|
||||
build=release \
|
||||
verbose=yes \
|
||||
|
Loading…
Reference in New Issue
Block a user