diff options
Diffstat (limited to 'devel/llvm34/Makefile')
-rw-r--r-- | devel/llvm34/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/llvm34/Makefile b/devel/llvm34/Makefile index ed12000..e61b2e0 100644 --- a/devel/llvm34/Makefile +++ b/devel/llvm34/Makefile @@ -168,6 +168,8 @@ post-patch: -e 's|lit\.|lit${LLVM_SUFFIX}.|' \ ${WRKSRC}/utils/lit/lit.py ${WRKSRC}/utils/lit/lit/*.py \ ${WRKSRC}/utils/lit/lit/formats/*.py + ${REINPLACE_CMD} -e 's,/usr/local/,${LOCALBASE}/,' \ + ${WRKSRC}/CMakeLists.txt .if ${PORT_OPTIONS:MCMAKE} post-configure: |