diff options
Diffstat (limited to 'sys-devel/llvm-roc/llvm-roc-4.5.0.ebuild')
-rw-r--r-- | sys-devel/llvm-roc/llvm-roc-4.5.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/llvm-roc/llvm-roc-4.5.0.ebuild b/sys-devel/llvm-roc/llvm-roc-4.5.0.ebuild index bcba8ed..574292d 100644 --- a/sys-devel/llvm-roc/llvm-roc-4.5.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-4.5.0.ebuild @@ -29,10 +29,10 @@ RDEPEND=" DEPEND="${RDEPEND}" -#PATCHES=( -# "${FILESDIR}/${PN}-4.2.0-current_pos.patch" -# "${FILESDIR}/${PN}-4.2.0-add_Object.patch" -#) +PATCHES=( + "${FILESDIR}/${PN}-4.2.0-current_pos.patch" + "${FILESDIR}/${PN}-4.2.0-add_Object.patch" +) CMAKE_BUILD_TYPE=RelWithDebInfo |