|
Lines 2-8
Link Here
|
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-2.01.01_alpha01-r2.ebuild,v 1.4 2005/07/09 18:52:12 swegener Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-2.01.01_alpha01-r2.ebuild,v 1.4 2005/07/09 18:52:12 swegener Exp $ |
| 4 |
|
4 |
|
| 5 |
inherit eutils gnuconfig toolchain-funcs |
5 |
inherit eutils gnuconfig toolchain-funcs flag-o-matic |
| 6 |
|
6 |
|
| 7 |
MY_CRYPT_VERS="2.01-encrypt-1.0rc1" |
7 |
MY_CRYPT_VERS="2.01-encrypt-1.0rc1" |
| 8 |
|
8 |
|
|
Lines 59-64
Link Here
|
| 59 |
src_compile() { |
59 |
src_compile() { |
| 60 |
gnuconfig_update |
60 |
gnuconfig_update |
| 61 |
|
61 |
|
|
|
62 |
# For some strange reasons it doesn't link to iconv when it should |
| 63 |
use elibc_FreeBSD && append-ldflags -liconv |
| 64 |
|
| 65 |
unset ARCH |
| 62 |
emake CC="$(tc-getCC) -D__attribute_const__=const" COPTX="${CFLAGS}" CPPOPTX="${CPPFLAGS}" LDOPTX="${LDFLAGS}" || die |
66 |
emake CC="$(tc-getCC) -D__attribute_const__=const" COPTX="${CFLAGS}" CPPOPTX="${CPPFLAGS}" LDOPTX="${LDFLAGS}" || die |
| 63 |
} |
67 |
} |
| 64 |
|
68 |
|