diff options
Diffstat (limited to 'x11-fm/nemo/Makefile')
-rw-r--r-- | x11-fm/nemo/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile index 72ccd3f54..819d385a4 100644 --- a/x11-fm/nemo/Makefile +++ b/x11-fm/nemo/Makefile @@ -43,6 +43,9 @@ post-patch: @${REINPLACE_CMD} -e 's|find|find ${WRKSRC}/files|g' \ ${WRKSRC}/files/Makefile.in + @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/configure.in + @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ ${WRKSRC}/src/nemo-properties-window.c |