Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 51320
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- pam_mysql-0.5-r1.ebuild     2004-08-12 19:50:11.678534816 -0500
0
++ pam_mysql-0.5.ebuild        2004-06-24 18:37:03.000000000 -0500
Lines 10-23 Link Here
10
DEPEND=">=sys-libs/pam-0.72 >=dev-db/mysql-3.23.38"
10
DEPEND=">=sys-libs/pam-0.72 >=dev-db/mysql-3.23.38"
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="x86 ~ppc ~sparc ~alpha amd64"
13
KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64"
14
src_unpack() {
14
src_unpack() {
15
       unpack ${A} || die
15
       unpack ${A} || die
16
       cd ${S} || die
16
       cd ${S} || die
17
       sed -e "s%-O2%${CFLAGS}%" Makefile > Makefile2
17
       cp Makefile Makefile.orig
18
       sed -e "s%-Wtraditional%-Wno-strict-aliasing%" Makefile2 > Makefile
18
       sed -e "s%-O2%${CFLAGS}%" Makefile.orig > Makefile
19
       #i dont think this is needed --woodchip
19
       #i dont think this is needed --woodchip
20
       #-e 's%^\(export LD_D=.*\)%\1 -lz%' \
20
       #-e 's%^\(export LD_D=.*\)%\1 -lz%' \

Return to bug 51320