diff options
author | tobik <tobik@FreeBSD.org> | 2019-02-01 01:51:39 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-02-01 01:51:39 +0800 |
commit | 28ca7254718d2b6b2feab90205148ad0405f052f (patch) | |
tree | 1f12c4fc9e5a73b8a868332e674b49570124921e /math/cln | |
parent | 5f62ca151bd952d90a74dd7ae063407c81ad70c4 (diff) | |
download | freebsd-ports-gnome-28ca7254718d2b6b2feab90205148ad0405f052f.tar.gz freebsd-ports-gnome-28ca7254718d2b6b2feab90205148ad0405f052f.tar.zst freebsd-ports-gnome-28ca7254718d2b6b2feab90205148ad0405f052f.zip |
Only append to EXTRA_PATCHES after bsd.port.pre.mk
Diffstat (limited to 'math/cln')
-rw-r--r-- | math/cln/Makefile | 2 |
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 |