Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a32ae49623cf7dea103256d7eb5144a7f36746d7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a32ae49623cf7dea103256d7eb5144a7f36746d7)
  • Date: Tue, 22 May 2018 02:23:18 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/freetype2/BUILD | 2 +-
graphics-libs/freetype2/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit a32ae49623cf7dea103256d7eb5144a7f36746d7
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/freetype2: enabled building of freetype-config binary

diff --git a/graphics-libs/freetype2/BUILD b/graphics-libs/freetype2/BUILD
index 3bab3c2..59baf1a 100755
--- a/graphics-libs/freetype2/BUILD
+++ b/graphics-libs/freetype2/BUILD
@@ -22,5 +22,5 @@ if [[ ${FT2_SUBPIXEL} == "y" ]]; then
enable_ftoption FT_CONFIG_OPTION_SUBPIXEL_RENDERING
fi &&

-OPTS+=" $FREETYPE_OPTS --disable-static" &&
+OPTS+=" $FREETYPE_OPTS --disable-static --enable-freetype-config" &&
default_build
diff --git a/graphics-libs/freetype2/HISTORY b/graphics-libs/freetype2/HISTORY
index 85a8a31..6f98735 100644
--- a/graphics-libs/freetype2/HISTORY
+++ b/graphics-libs/freetype2/HISTORY
@@ -1,3 +1,7 @@
+2018-05-21 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: enabled building of freetype-config binary
+ (at least texlive needs that)
+
2018-05-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.9.1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a32ae49623cf7dea103256d7eb5144a7f36746d7), Pavel Vinogradov, 05/21/2018

Archive powered by MHonArc 2.6.24.

Top of Page