mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Closes: https://bugs.gentoo.org/655042 Package-Manager: Portage-2.3.36, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8298
23 lines
678 B
Diff
23 lines
678 B
Diff
--- a/example/Makefile.am
|
|
+++ b/example/Makefile.am
|
|
@@ -37,8 +37,7 @@
|
|
otfdump_LDADD = ${CommonLDADD}
|
|
|
|
otfview_SOURCE = otfview.c
|
|
-otfview_LDADD = ${CommonLDADD}
|
|
-otfview_LDFLAGS = ${X_LIBS} ${X_PRE_LIBS} @X11_XT_XAW_XMU@ ${X_EXTRA_LIBS}
|
|
+otfview_LDADD = ${CommonLDADD} ${X_LIBS} ${X_PRE_LIBS} @X11_XT_XAW_XMU@ ${X_EXTRA_LIBS}
|
|
|
|
otftobdf_SOURCE = otftobdf.c
|
|
otftobdf_LDADD = ${CommonLDADD}
|
|
--- a/libotf.pc.in
|
|
+++ b/libotf.pc.in
|
|
@@ -7,5 +7,6 @@
|
|
Description: OpenType font library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: freetype2
|
|
-Libs: @FREETYPE_LD_FLAGS@ -L${libdir} -lotf
|
|
+Libs: -L${libdir} -lotf
|
|
+Libs.private: @FREETYPE_LD_FLAGS@
|
|
Cflags: @FREETYPE_INC@ -I${includedir}
|