|
Lines 20-25
Link Here
|
| 20 |
>=gnome-base/libgnomeprintui-2.2.1.1 |
20 |
>=gnome-base/libgnomeprintui-2.2.1.1 |
| 21 |
>=dev-libs/popt-1.7" |
21 |
>=dev-libs/popt-1.7" |
| 22 |
|
22 |
|
|
|
23 |
src_unpack() { |
| 24 |
unpack ${A} |
| 25 |
cd ${S} |
| 26 |
# patching configure configure.in |
| 27 |
cat ${FILESDIR}/${PF}-gentoo.diff | patch -p1 || die |
| 28 |
} |
| 29 |
|
| 30 |
|
| 23 |
src_compile() { |
31 |
src_compile() { |
| 24 |
use nls || myconf="--disable-nls ${myconf}" |
32 |
use nls || myconf="--disable-nls ${myconf}" |
| 25 |
# breaks with gnome-print |
33 |
# breaks with gnome-print |