Browse Source

freetype: changed to build at toolchain stage if requested

user/amery/next/uclibc
Christian Wiese 13 years ago
parent
commit
241d18c000
  1. 10
      x11/freetype/freetype.conf
  2. 2
      x11/freetype/freetype.desc

10
x11/freetype/freetype.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../freetype/freetype.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2012 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -21,3 +21,11 @@ hook_add premake 3 \
# http://www.freetype.org/pipermail/devel/2004-March/010293.html
var_append GCC_WRAPPER_INSERT " " "-fno-strict-aliasing"
# hack to make it build at toolchain stage
if atstage toolchain; then
makeopt=
makeinstopt="install"
# only tested on x86-64 build host and might need some adjustments
# for other build host architectures
var_append extraconfopt ' ' "--with-pic"
fi

2
x11/freetype/freetype.desc

@ -33,7 +33,7 @@
[L] GPL
[S] Stable
[V] 2.4.8
[P] X -?---5---9 106.000
[P] X ??---5---9 106.000
[D] 4215262367 freetype-2.4.8.tar.bz2 http://dl.sourceforge.net/sourceforge/freetype/

Loading…
Cancel
Save