vanhofen
6 years ago
3 changed files with 0 additions and 45 deletions
@ -1,20 +0,0 @@ |
|||
diff --git a/builds/unix/freetype-config.in b/builds/unix/freetype-config.in
|
|||
index 2d5b90d..1c14aab 100644
|
|||
--- a/builds/unix/freetype-config.in
|
|||
+++ b/builds/unix/freetype-config.in
|
|||
@@ -35,11 +35,11 @@ if test $? -eq 0 ; then
|
|||
dynamic_libs=`%PKG_CONFIG% --libs freetype2` |
|||
static_libs=`%PKG_CONFIG% --static --libs freetype2` |
|||
else |
|||
- prefix="%prefix%"
|
|||
- exec_prefix="%exec_prefix%"
|
|||
+prefix="%prefix%"
|
|||
+ exec_prefix="${prefix}"
|
|||
|
|||
- includedir="%includedir%"
|
|||
- libdir="%libdir%"
|
|||
+ includedir="${prefix}/include"
|
|||
+ libdir="${exec_prefix}/lib"
|
|||
|
|||
version=%ft_version% |
|||
|
@ -1,14 +0,0 @@ |
|||
--- a/builds/unix/freetype2.in
|
|||
+++ b/builds/unix/freetype2.in
|
|||
@@ -1,7 +1,7 @@
|
|||
prefix=%prefix% |
|||
-exec_prefix=%exec_prefix%
|
|||
-libdir=%libdir%
|
|||
-includedir=%includedir%
|
|||
+exec_prefix=${prefix}
|
|||
+libdir=${exec_prefix}/lib
|
|||
+includedir=${prefix}/include
|
|||
|
|||
Name: FreeType 2 |
|||
URL: https://freetype.org |
|||
|
@ -1,11 +0,0 @@ |
|||
--- a/include/freetype/config/ftoption.h
|
|||
+++ b/include/freetype/config/ftoption.h
|
|||
@@ -126,7 +126,7 @@
|
|||
* macro is not defined, FreeType offers alternative LCD rendering |
|||
* technology that produces excellent output without LCD filtering. |
|||
*/ |
|||
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
|
|||
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
|
|||
|
|||
|
|||
/************************************************************************** |
Loading…
Reference in new issue