diff options
Diffstat (limited to 'x11-fm/gentoo/Makefile')
-rw-r--r-- | x11-fm/gentoo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile index e8de0c5d2c33..fa7b12cdbc04 100644 --- a/x11-fm/gentoo/Makefile +++ b/x11-fm/gentoo/Makefile @@ -41,6 +41,8 @@ post-patch: s|/bin/umount|/sbin/umount|g' ${WRKSRC}/gentoorc.in @${REINPLACE_CMD} -e '/^CFLAGS/s|@GENTOO_CFLAGS@|@CFLAGS@|g' \ ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|#define GTK_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/src/odmultibutton.c post-install: ${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${MANPREFIX}/man/man1/gentoo.1 |