summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-09-29 11:57:28 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-09-29 11:57:28 +0000
commitbc9265e76667e3710e908e6ac83bfe3add2c6ad4 (patch)
tree9c08b5ec38d45167b96d3644bafcd8c40893662a /dev-lang
parentadd swig-1.3.22 to pkg.mask (diff)
downloadgentoo-2-bc9265e76667e3710e908e6ac83bfe3add2c6ad4.tar.gz
gentoo-2-bc9265e76667e3710e908e6ac83bfe3add2c6ad4.tar.bz2
gentoo-2-bc9265e76667e3710e908e6ac83bfe3add2c6ad4.zip
fix compile bug, bug #65670
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/swig/ChangeLog5
-rw-r--r--dev-lang/swig/swig-1.3.22.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/swig/ChangeLog b/dev-lang/swig/ChangeLog
index 1dc79ba2bbb1..802d8f33c316 100644
--- a/dev-lang/swig/ChangeLog
+++ b/dev-lang/swig/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/swig
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.44 2004/09/25 15:21:44 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.45 2004/09/29 11:57:28 lanius Exp $
+
+ 29 Sep 2004; Heinrich Wendel <lanius@gentoo.org> swig-1.3.22.ebuild:
+ fix compile bug, bug #65670
*swig-1.3.22 (25 Sep 2004)
diff --git a/dev-lang/swig/swig-1.3.22.ebuild b/dev-lang/swig/swig-1.3.22.ebuild
index b48f33922e03..d903cb6900b3 100644
--- a/dev-lang/swig/swig-1.3.22.ebuild
+++ b/dev-lang/swig/swig-1.3.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.22.ebuild,v 1.2 2004/09/28 04:17:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.22.ebuild,v 1.3 2004/09/29 11:57:28 lanius Exp $
inherit flag-o-matic mono #48511
@@ -27,7 +27,7 @@ S=${WORKDIR}/SWIG-${PV}
src_unpack() {
unpack ${A}
cd ${S}
- sed -i 's:$(M4_INSTALL_DIR):$(DESTDIR)$(M4_INSTALL_DIR):g' Makefile.in
+ sed -i -e 's:-name jni_md.h -print:-xtype f -name jni_md.h -print:g' configure
}
src_compile() {