Lines 54-59
Link Here
|
54 |
# void liquidx's hack, so it is removed. |
54 |
# void liquidx's hack, so it is removed. |
55 |
epatch ${FILESDIR}/ltmain_sh-1.5.0-fix-relink.patch |
55 |
epatch ${FILESDIR}/ltmain_sh-1.5.0-fix-relink.patch |
56 |
|
56 |
|
|
|
57 |
# Fix screenshot plugin linked properly to -lX11 |
58 |
epatch ${FILESDIR}/gimp-2.0.0-screenshotX11.patch |
59 |
|
57 |
} |
60 |
} |
58 |
|
61 |
|
59 |
src_compile() { |
62 |
src_compile() { |
Lines 69-74
Link Here
|
69 |
# gimp uses inline functions (plug-ins/common/grid.c) (#23078) |
72 |
# gimp uses inline functions (plug-ins/common/grid.c) (#23078) |
70 |
filter-flags "-fno-inline" |
73 |
filter-flags "-fno-inline" |
71 |
|
74 |
|
|
|
75 |
# Need to generate configure script after patching configure.in |
76 |
einfo "Creating configure script" |
77 |
autoconf |
78 |
|
72 |
econf \ |
79 |
econf \ |
73 |
${myconf} \ |
80 |
${myconf} \ |
74 |
`use_enable mmx` \ |
81 |
`use_enable mmx` \ |