Date: Wed, 19 Nov 2014 12:56:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194811] misc/amanda-client fails to compile with lang/perl5.20 installed Message-ID: <bug-194811-13-IM7zvk9PvP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194811-13@https.bugs.freebsd.org/bugzilla/> References: <bug-194811-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194811 --- Comment #7 from Trond.Endrestol@ximalas.info --- (In reply to John Marino from comment #5) > (In reply to John Marino from comment #4) > > I was going to ask if this patch still applied, but I think this might be a > > better fix: > > > > (in amanda-server/Makefile) > > post-install: > > ${REINPLACE_CMD} -e 's|#undef bool||g' ${WRKSRC}/perl/Amanda/Application.c > > > > > > What do you think? Will it accurately prevent the removal of the bool > > definition and save a repetitive patch? > > oh, it's 17 files. How about? > > post-install: > ${REINPLACE_CMD} -e 's|#undef bool||g' ${WRKSRC}/perl/Amanda/*.c > > > 17 patches is very obnoxious. post-install will be to late in the process, this needs to happen before compilation. Is there a make target called post-patch? -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194811-13-IM7zvk9PvP>