[Bug 220597] deskutils/gucharmap: does not compile

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 25 08:55:03 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220597

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

+--- configure.ac.orig  2018-06-25 08:45:17 UTC
++++ configure.ac
+@@ -55,7 +55,6 @@ AC_USE_SYSTEM_EXTENSIONS
+ 
+ AC_DISABLE_STATIC
+ AC_PROG_LIBTOOL
+-IT_PROG_INTLTOOL([0.40.0])
+ 
+ AM_PROG_CC_C_O
+ 
+@@ -228,7 +227,8 @@ fi
+ GETTEXT_PACKAGE=gucharmap
+ 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])
+ 
+ ##########################################################
+ # 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 -
+ 
+ test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"


to your patch.

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


More information about the freebsd-gnome mailing list