--- fontforge-20150228/m4/fontforge_create_pkg-config_files.m4.orig 2015-03-24 21:18:25.351251209 +0100 +++ fontforge-20150228/m4/fontforge_create_pkg-config_files.m4 2015-03-24 21:18:46.373263643 +0100 @@ -21,7 +21,6 @@ __private_deps="" __private_deps="${__private_deps} -lgioftp" __private_deps="${__private_deps} -lgutils" -__private_deps="${__private_deps} -lgunicode" test x"${i_do_have_giflib}" = xyes && test x"${with_giflib}" != xno && __private_deps="${__private_deps} ${GIFLIB_LIBS}" test x"${i_do_have_libjpeg}" = xyes && test x"${with_libjpeg}" != xno && __private_deps="${__private_deps} ${LIBJPEG_LIBS}" test x"${i_do_have_libpng}" = xyes && test x"${with_libpng}" != xno && __private_deps="${__private_deps} ${LIBPNG_LIBS}" @@ -41,7 +40,7 @@ AC_SUBST([LIBFONTFORGE_PKGCONFIG_VERSION],["${__cleaned_version}"]) AC_SUBST([LIBFONTFORGE_PKGCONFIG_REQUIRES],[]) AC_SUBST([LIBFONTFORGE_PKGCONFIG_REQUIRES_PRIVATE],["${__pkg_deps}"]) -AC_SUBST([LIBFONTFORGE_PKGCONFIG_LIBS],["-L${libdir} -lfontforge"]) +AC_SUBST([LIBFONTFORGE_PKGCONFIG_LIBS],["-L${libdir} -lfontforge -lgunicode"]) AC_SUBST([LIBFONTFORGE_PKGCONFIG_LIBS_PRIVATE],["${__private_deps}"]) AC_SUBST([LIBFONTFORGEEXE_PKGCONFIG_VERSION],["${__cleaned_version}"])