- update to version 2.3.12:
brings considerable improvements for b/w rasterizing of hinted TrueType fonts at small sizes, see NEWS for more details - fixed build without sysvinit in the build system - disable no longer compiling patch that should be upstream or dead - updated to version 2.3.8: http://www.freetype.org/index2.html#release-freetype-2.3.8 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
ed5c5d5394
commit
764bc86cf9
26
use_unix.diff
Normal file
26
use_unix.diff
Normal file
@@ -0,0 +1,26 @@
|
||||
Index: freetype-2.3.12/builds/toplevel.mk
|
||||
===================================================================
|
||||
--- freetype-2.3.12.orig/builds/toplevel.mk 2010-03-31 16:24:31.000000000 +0200
|
||||
+++ freetype-2.3.12/builds/toplevel.mk 2010-03-31 16:31:02.000000000 +0200
|
||||
@@ -120,7 +120,7 @@ ifdef check_platform
|
||||
#
|
||||
# Note: This test is duplicated in `builds/unix/detect.mk'.
|
||||
#
|
||||
- is_unix := $(strip $(wildcard /sbin/init) \
|
||||
+ is_unix := $(strip $(wildcard /bin/ls) \
|
||||
$(wildcard /usr/sbin/init) \
|
||||
$(wildcard /hurd/auth))
|
||||
ifneq ($(is_unix),)
|
||||
Index: freetype-2.3.12/builds/unix/detect.mk
|
||||
===================================================================
|
||||
--- freetype-2.3.12.orig/builds/unix/detect.mk 2009-03-14 14:45:26.000000000 +0100
|
||||
+++ freetype-2.3.12/builds/unix/detect.mk 2010-03-31 16:31:16.000000000 +0200
|
||||
@@ -18,7 +18,7 @@ ifeq ($(PLATFORM),ansi)
|
||||
|
||||
# Note: this test is duplicated in "builds/toplevel.mk".
|
||||
#
|
||||
- is_unix := $(strip $(wildcard /sbin/init) \
|
||||
+ is_unix := $(strip $(wildcard /bin/ls) \
|
||||
$(wildcard /usr/sbin/init) \
|
||||
$(wildcard /hurd/auth))
|
||||
ifneq ($(is_unix),)
|
Reference in New Issue
Block a user