Lines 42-47
Link Here
|
42 |
|
42 |
|
43 |
src_prepare() { |
43 |
src_prepare() { |
44 |
epatch "${FILESDIR}"/${PN}-5.0.0-as-needed.patch || die "epatch failed" |
44 |
epatch "${FILESDIR}"/${PN}-5.0.0-as-needed.patch || die "epatch failed" |
|
|
45 |
epatch "${FILESDIR}"/Makefile.in.patch || die "epatch failed" |
46 |
epatch "${FILESDIR}"/Makefile.am.patch || die "epatch failed" |
45 |
|
47 |
|
46 |
local link_string="-lX11"; |
48 |
local link_string="-lX11"; |
47 |
if use png; then |
49 |
if use png; then |
Lines 62-67
Link Here
|
62 |
sed -i -e "s/SUBDIRS = plplot ajax nucleus emboss test doc jemboss/SUBDIRS = plplot ajax nucleus emboss test doc/" \ |
64 |
sed -i -e "s/SUBDIRS = plplot ajax nucleus emboss test doc jemboss/SUBDIRS = plplot ajax nucleus emboss test doc/" \ |
63 |
Makefile || die |
65 |
Makefile || die |
64 |
|
66 |
|
|
|
67 |
mv emboss/digest.c emboss/tryptic_digest.c || die "Failed to rename emboss/digest.c to emboss/tryptic_digest.c" |
65 |
} |
68 |
} |
66 |
|
69 |
|
67 |
src_install() { |
70 |
src_install() { |