summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Quang <khai@gentoo.org>2004-05-22 15:26:31 +0000
committerYi Quang <khai@gentoo.org>2004-05-22 15:26:31 +0000
commit95aae0845135fe1d0aba52ac062fad0ebcb6b362 (patch)
tree8d5bff83cac8111ce78bfc261d743ce3ac49a7a5 /dev-cpp/libglademm/libglademm-2.4.0.ebuild
parentInitial Import. Closes #50973 (diff)
downloadhistorical-95aae0845135fe1d0aba52ac062fad0ebcb6b362.tar.gz
historical-95aae0845135fe1d0aba52ac062fad0ebcb6b362.tar.bz2
historical-95aae0845135fe1d0aba52ac062fad0ebcb6b362.zip
fixed gcc3.4 compilation issues
Diffstat (limited to 'dev-cpp/libglademm/libglademm-2.4.0.ebuild')
-rw-r--r--dev-cpp/libglademm/libglademm-2.4.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-cpp/libglademm/libglademm-2.4.0.ebuild b/dev-cpp/libglademm/libglademm-2.4.0.ebuild
index 86281f7fea98..08f1c7af4112 100644
--- a/dev-cpp/libglademm/libglademm-2.4.0.ebuild
+++ b/dev-cpp/libglademm/libglademm-2.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.4.0.ebuild,v 1.3 2004/05/21 16:10:03 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.4.0.ebuild,v 1.4 2004/05/22 15:26:31 khai Exp $
inherit gnome2
IUSE=""
@@ -17,6 +17,11 @@ RDEPEND=">=gnome-base/libglade-2
DEPEND=">=dev-util/pkgconfig-0.12.0
${RDEPEND}"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/gcc34.patch
+}
src_compile() {
aclocal -I scripts
automake -c -f