Date: Wed, 15 Jun 2016 10:48:22 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 208302] editors/codelite: fix clang 3.7, add clang 3.8, fix brief comment support Message-ID: <bug-208302-13-kdVr5pQcVN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208302-13@https.bugs.freebsd.org/bugzilla/> References: <bug-208302-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=3D208302 --- Comment #5 from Mathieu Arnold <mat@FreeBSD.org> --- Ah, no, I mean you're doing: post-patch-CLANG35-on: @${REINPLACE_CMD} -e \ 's|/usr/lib/llvm-.*/|${LOCALBASE}/llvm35/|' \ ${WRKSRC}/cmake/Modules/FindLibClang.cmake + @${REINPLACE_CMD} -e \ + 's|/usr/lib/llvm-.*/|${LOCALBASE}/llvm35/|' \ + ${WRKSRC}/cmake/Modules/FindLibLLDB.cmake You could do: post-patch-CLANG35-on: @${REINPLACE_CMD} -e \ 's|/usr/lib/llvm-.*/|${LOCALBASE}/llvm35/|' \ - ${WRKSRC}/cmake/Modules/FindLibClang.cmake + ${WRKSRC}/cmake/Modules/FindLibClang.cmake \ + ${WRKSRC}/cmake/Modules/FindLibLLDB.cmake Only one SED for two files. --=20 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-208302-13-kdVr5pQcVN>