git » t1lib.git » commit bea0ef3

t1lib 5.1.2

author Urja (ARMLFS builder)
2024-07-12 17:48:03 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:48:03 UTC
parent 06e85f0d0fc9a0e5ac8114f565f5150aff7e569e

t1lib 5.1.2

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index ee931a8..8c74796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=t1lib
 pkgver=5.1.2
 pkgrel=8
 pkgdesc="Library for generating character- and string-glyphs from Adobe Type 1 fonts"
-arch=('armv7h')
+arch=('armv7h' 'aarch64')
 url="https://www.ibiblio.org/pub/Linux/libs/graphics/!INDEX.html"
 license=('GPL')
 depends=('libxaw')
@@ -33,7 +33,7 @@ prepare() {
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --build=$CHOST --host=$CHOST
   make -j1 without_doc
 }