aboutsummaryrefslogtreecommitdiff
path: root/math/cln
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-31 17:51:39 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-31 17:51:39 +0000
commitb4cf4d405d655deba8137ee3e09eb8357c577f91 (patch)
tree1f12c4fc9e5a73b8a868332e674b49570124921e /math/cln
parent59cf9a1ea21ca3b9be73f7372313784530270a14 (diff)
downloadports-b4cf4d405d655deba8137ee3e09eb8357c577f91.tar.gz
ports-b4cf4d405d655deba8137ee3e09eb8357c577f91.zip
Only append to EXTRA_PATCHES after bsd.port.pre.mk
Notes
Notes: svn path=/head/; revision=491744
Diffstat (limited to 'math/cln')
-rw-r--r--math/cln/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 69aabef4bb15..ac72051600cf 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -26,7 +26,7 @@ INFO= cln
.if ${ARCH} == aarch64 || ${ARCH} == armv6 || ${ARCH} == armv7
CPPFLAGS+= -DNO_ASM
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_base_cl__low.h \
+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src_base_cl__low.h \
${PATCHDIR}/extra-patch-src_base_low_cl__low__div.cc \
${PATCHDIR}/extra-patch-src_base_low_cl__low__mul.cc
.endif