diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2016-05-03 20:47:21 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2016-05-03 20:47:21 +0000 |
commit | 43d57b43079631ecce05444617cf1773180ca519 (patch) | |
tree | e6105dd5d5892023021282b78dae8583a1d4916f /devel | |
parent | df514891a75da7a1b00c529b23a3be54e5f0dc48 (diff) | |
download | ports-43d57b43079631ecce05444617cf1773180ca519.tar.gz ports-43d57b43079631ecce05444617cf1773180ca519.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/llvm38/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/llvm38/Makefile b/devel/llvm38/Makefile index 82774a79b6cb..5844c5a05bab 100644 --- a/devel/llvm38/Makefile +++ b/devel/llvm38/Makefile @@ -288,7 +288,9 @@ post-patch: post-patch-COMPILER_RT-on: cd ${WRKSRC_compiler_rt} && patch < ${PATCHDIR}/compiler-rt-patch-svn-261229 +.if ${ARCH} == "amd64" cd ${WRKSRC_compiler_rt} && patch < ${PATCHDIR}/compiler-rt-patch-no-m32 +.endif post-build-COMPILER_RT-on: ${MKDIR} ${WRKDIR}/compiler-rt-build |