diff options
author | 2015-09-08 11:07:12 -0400 | |
---|---|---|
committer | 2015-09-08 11:07:12 -0400 | |
commit | 151f1819bbed68ecfddee60ae6d12f038339de75 (patch) | |
tree | c01f2cf6b16bab65d91c17f70ede90af17a4b507 /media-sound/alsamixergui | |
parent | sys-cluster/swift: 2.4.0 bup (first liberty release) (diff) | |
download | gentoo-151f1819bbed68ecfddee60ae6d12f038339de75.tar.gz gentoo-151f1819bbed68ecfddee60ae6d12f038339de75.tar.bz2 gentoo-151f1819bbed68ecfddee60ae6d12f038339de75.zip |
media-sound/alsamixergui: fix bug 557170
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-sound/alsamixergui')
-rw-r--r-- | media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild index c24b9a4741db..d3d7099d11c0 100644 --- a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild +++ b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild @@ -36,7 +36,7 @@ src_prepare() { src_configure() { append-ldflags "-L$(dirname $(fltk-config --libs))" - append-flags "-I/usr/include/fltk" + append-flags "-I$(fltk-config --includedir)" econf } |