Lines 37-43
Link Here
|
37 |
epatch "${FILESDIR}"/${PN}-1.9.14-m4.patch |
37 |
epatch "${FILESDIR}"/${PN}-1.9.14-m4.patch |
38 |
# Add configure switch to enable/disable Gdk functions. See bug #40453. |
38 |
# Add configure switch to enable/disable Gdk functions. See bug #40453. |
39 |
epatch ${FILESDIR}/${P}-gdk_flag.patch |
39 |
epatch ${FILESDIR}/${P}-gdk_flag.patch |
40 |
|
40 |
epatch ${FILESDIR}/${P}-as-needed.patch |
41 |
autoconf || die "autoconf failed" |
41 |
autoconf || die "autoconf failed" |
42 |
automake || die "automake failed" |
42 |
automake || die "automake failed" |
43 |
|
43 |
|