diff options
Diffstat (limited to 'dev-lang/io-vm/io-vm-20030923.ebuild')
-rw-r--r-- | dev-lang/io-vm/io-vm-20030923.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-lang/io-vm/io-vm-20030923.ebuild b/dev-lang/io-vm/io-vm-20030923.ebuild index 43625b1cc972..8ef405c3816c 100644 --- a/dev-lang/io-vm/io-vm-20030923.ebuild +++ b/dev-lang/io-vm/io-vm-20030923.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/io-vm/io-vm-20030923.ebuild,v 1.7 2005/01/03 00:21:05 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/io-vm/io-vm-20030923.ebuild,v 1.8 2005/10/25 04:20:22 flameeyes Exp $ + +inherit portability MY_P=IoVM-${PV:0:4}-${PV:4:2}-${PV:6:2} DESCRIPTION="Io is small prototype-based programming language." @@ -16,7 +18,7 @@ S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} cd ${S} - sed -i IoVM/Makefile -e 's/\(^LIBS := .*\)/\1 -ldl/' + sed -i IoVM/Makefile -e "s/\(^LIBS := .*\)/\1 $(dlopen_lib)/" } src_compile() { |