X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=x11-misc%2Fpdfpc%2Fpdfpc-3.1.1.ebuild;fp=x11-misc%2Fpdfpc%2Fpdfpc-3.1.1.ebuild;h=18cd9c58704881b0d260149f3c26cfcc54d63462;hb=2edb22b43acf24757307acf6fd5772e939093474;hp=f50658e6fd8eed419ebf06fa49298c34ca48a651;hpb=c49f250a97f47c0a40510b933e9d9d8faee8604b;p=~andy%2Fsunrise diff --git a/x11-misc/pdfpc/pdfpc-3.1.1.ebuild b/x11-misc/pdfpc/pdfpc-3.1.1.ebuild index f50658e6f..18cd9c587 100644 --- a/x11-misc/pdfpc/pdfpc-3.1.1.ebuild +++ b/x11-misc/pdfpc/pdfpc-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -20,3 +20,10 @@ RDEPEND="app-text/poppler[cairo] gnome-base/librsvg x11-libs/gtk+:2" DEPEND="${RDEPEND}" + +src_configure(){ + local mycmakeargs=( + -DSYSCONFDIR="/etc" + ) + cmake-utils_src_configure +}