[arch-commits] Commit in m17n-lib/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Aug 6 23:50:51 UTC 2018


    Date: Monday, August 6, 2018 @ 23:50:51
  Author: foutrelis
Revision: 331068

Fix build with freetype2 2.9.1

Modified:
  m17n-lib/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++++
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-06 22:50:20 UTC (rev 331067)
+++ PKGBUILD	2018-08-06 23:50:51 UTC (rev 331068)
@@ -16,6 +16,11 @@
 source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('78bacae7451822dfff62482ce4f9433c5ae82846e4c64b590541e29e800fe64a')
 
+prepare() {
+	cd ${pkgname}-${pkgver}
+	sed -i 's/freetype-config/pkg-config freetype2/' configure
+}
+
 build() {
 	cd ${pkgname}-${pkgver}
 	./configure --prefix=/usr



More information about the arch-commits mailing list