diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-26 09:37:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-26 09:37:58 +0000 |
commit | 169725ee9a1dc8b89fdefc984d14363160d4ea96 (patch) | |
tree | 7aa32f14ff3a83138d85c1c9b3e50d3aad986cd9 /main/wine | |
parent | 0c8ac2d22033c37818e7e6fe058a245d08de912b (diff) | |
download | aports-169725ee9a1dc8b89fdefc984d14363160d4ea96.tar.bz2 aports-169725ee9a1dc8b89fdefc984d14363160d4ea96.tar.xz |
main/wine: disable for now
fails to build due to:
checking for FT_TrueTypeEngineType... no
configure: error: FreeType development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.
Diffstat (limited to 'main/wine')
-rw-r--r-- | main/wine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/wine/APKBUILD b/main/wine/APKBUILD index 91f9848e72..875d870ad1 100644 --- a/main/wine/APKBUILD +++ b/main/wine/APKBUILD @@ -5,7 +5,7 @@ _ver=${pkgver/_/-} pkgrel=0 pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com" -arch="x86" +arch="" license="LGPL" subpackages="$pkgname-dev $pkgname-doc" makedepends="fontconfig-dev openldap-dev libxslt-dev libxxf86dga-dev |