From 71e3c6e4bed81abbc2856c278bd5d929cfd61224 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 23 Feb 2022 14:42:35 +0000 Subject: fixed additionals --- repo/system/gobject-introspection.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/system/gobject-introspection.xibuild') diff --git a/repo/system/gobject-introspection.xibuild b/repo/system/gobject-introspection.xibuild index dd8d01b..071dfbe 100644 --- a/repo/system/gobject-introspection.xibuild +++ b/repo/system/gobject-introspection.xibuild @@ -5,9 +5,9 @@ DEPS="python-mako python-markdown glib" PKG_VER=1.70.0 SOURCE=https://download.gnome.org/sources/gobject-introspection/$(echo $PKG_VER | cut -d. -f-2)/gobject-introspection-$PKG_VER.tar.xz -ADDITIONAL=( +ADDITIONAL=" https://www.linuxfromscratch.org/patches/blfs/svn/gobject-introspection-$PKG_VER-build_fix-1.patch - ) + " DESC="Introspection system for GObject-based libraries" -- cgit v1.2.1