summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-11-20 23:19:48 +0000
committerMike Auty <ikelos@gentoo.org>2008-11-20 23:19:48 +0000
commit5b4842725f2724c43d0b832810bc38694eddec39 (patch)
treed5a9bce08abea5c32b6f5be612eb61d3a5886df4 /x11-libs/libview/libview-0.6.2.ebuild
parentLatest version of libview. (diff)
downloadvmware-5b4842725f2724c43d0b832810bc38694eddec39.tar.gz
vmware-5b4842725f2724c43d0b832810bc38694eddec39.tar.bz2
vmware-5b4842725f2724c43d0b832810bc38694eddec39.zip
Include fix in libview for 239325.
svn path=/trunk/; revision=326
Diffstat (limited to 'x11-libs/libview/libview-0.6.2.ebuild')
-rw-r--r--x11-libs/libview/libview-0.6.2.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-libs/libview/libview-0.6.2.ebuild b/x11-libs/libview/libview-0.6.2.ebuild
index f948a80..b91727b 100644
--- a/x11-libs/libview/libview-0.6.2.ebuild
+++ b/x11-libs/libview/libview-0.6.2.ebuild
@@ -24,3 +24,9 @@ src_unpack() {
# Fix the pkgconfig file
epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch
}
+
+src_compile() {
+ CPPFLAGS="${CPPFLAGS} -U GTK_DISABLE_DEPRECATED"
+ econf || die "Configure failed."
+ emake || die "Compilation failed."
+}