From 0b513ff36d88bf3fbe153a850c508d3f61e9e806 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 13 Jul 2009 07:40:10 +0000 Subject: - Allow the port to be built with different compilers PR: 136595 Submitted by: bf Approved by: maintainer --- x11/rxvt-devel/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'x11/rxvt-devel/Makefile') diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index bbf9baf253ce..c2f5b11a27b4 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -133,6 +133,9 @@ CONFIGURE_ENV+= LIBS="-lutil" post-patch: @${PERL} -pi -e 's|(PTYCHAR2\s+"[^"]+)"|\1ghijklmnopqrstuv"|' \ ${WRKSRC}/src/ptytty.c + @${REINPLACE_CMD} -e 's|--mode=compile|& --tag=CC|' \ + -e 's|--mode=link|& --tag=CC|' \ + ${WRKSRC}/src/Makefile.in post-install: @${CHMOD} 4711 ${PREFIX}/bin/rxvt -- cgit v1.2.3