*** /usr/portage/x11-libs/libview/libview-0.6.1.ebuild.orig Sun Oct 28 21:06:49 2007 --- /usr/portage/x11-libs/libview/libview-0.6.1.ebuild Mon Oct 13 15:22:15 2008 *************** *** 24,26 **** --- 24,33 ---- # Fix the pkgconfig file epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch } + + src_compile() { + use static && append-ldflags -static + CPPFLAGS="-U GTK_DISABLE_DEPRECATED" econf || die + emake || die + } +