Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2018 08:55:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 220597] deskutils/gucharmap: does not compile
Message-ID:  <bug-220597-6497-FtoebMtqgI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220597-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220597-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220597

--- Comment #31 from w.schwarzenfeld@utanet.at ---
Try add

+--- configure.ac.orig  2018-06-25 08:45:17 UTC
++++ configure.ac
+@@ -55,7 +55,6 @@ AC_USE_SYSTEM_EXTENSIONS
+=20
+ AC_DISABLE_STATIC
+ AC_PROG_LIBTOOL
+-IT_PROG_INTLTOOL([0.40.0])
+=20
+ AM_PROG_CC_C_O
+=20
+@@ -228,7 +227,8 @@ fi
+ GETTEXT_PACKAGE=3Dgucharmap
+ AC_SUBST([GETTEXT_PACKAGE])
+ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[The gucharmap
gettext domain])
+-AM_GLIB_GNU_GETTEXT
++AM_GNU_GETTEXT_VERSION([0.19.8.1])
++AM_GNU_GETTEXT([external])
+=20
+ ##########################################################
+ # Check for -Bsymbolic-functions linker flag used to avoid


and

--- files/patch-autogen.sh      (nonexistent)
+++ files/patch-autogen.sh      (working copy)
@@ -0,0 +1,10 @@
+--- autogen.sh.orig    2018-06-25 08:45:25 UTC
++++ autogen.sh
+@@ -10,7 +10,6 @@ cd "$srcdir"
+ mkdir -p m4 >/dev/null 2>&1 || true
+ gtkdocize --copy --flavour no-tmpl
+ autoreconf --verbose --force --install
+-intltoolize --force
+ cd -
+=20
+ test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"


to your patch.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220597-6497-FtoebMtqgI>