diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-07 23:01:12 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-07 23:01:26 +0200 |
commit | 42938eb5ccb07d39b4dcce0b6e04e30899e9925c (patch) | |
tree | 0969c18a68f16b4dc67d64e81383b5f30695cce4 /x11-libs/fltk/fltk-1.3.4.ebuild | |
parent | media-libs/libsdl2: enable cocoa on osx (diff) | |
download | gentoo-42938eb5ccb07d39b4dcce0b6e04e30899e9925c.tar.gz gentoo-42938eb5ccb07d39b4dcce0b6e04e30899e9925c.tar.bz2 gentoo-42938eb5ccb07d39b4dcce0b6e04e30899e9925c.zip |
x11-libs/fltk: Use pkg-config to find freetype
Bug: https://bugs.gentoo.org/654752
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'x11-libs/fltk/fltk-1.3.4.ebuild')
-rw-r--r-- | x11-libs/fltk/fltk-1.3.4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-libs/fltk/fltk-1.3.4.ebuild b/x11-libs/fltk/fltk-1.3.4.ebuild index b1786d70018e..4c20b2501ec8 100644 --- a/x11-libs/fltk/fltk-1.3.4.ebuild +++ b/x11-libs/fltk/fltk-1.3.4.ebuild @@ -33,6 +33,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + virtual/pkgconfig x11-proto/xextproto doc? ( app-doc/doxygen ) xinerama? ( x11-proto/xineramaproto ) @@ -56,6 +57,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.3.3-makefile-dirs.patch "${FILESDIR}"/${PN}-1.3.3-visibility.patch "${FILESDIR}"/${PN}-1.3.4-conf-tests.patch + "${FILESDIR}"/${PN}-1.3.4-freetype_pkgconfig.patch ) src_prepare() { |