diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2018-10-28 08:58:00 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2018-10-28 08:58:00 +0000 |
| commit | ff4e0e08ddfa72eb724f64f3c346f0eaa4287931 (patch) | |
| tree | 79b1238058d613e5bc52769b4cb10849be764f75 /biology | |
| parent | 9a95ecbf1b9ff0b4759cc82b1c9dec41459dd1cd (diff) | |
Notes
Diffstat (limited to 'biology')
| -rw-r--r-- | biology/stacks/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/stacks/Makefile b/biology/stacks/Makefile index 8cd12546a1bb..6f533cb5e6e1 100644 --- a/biology/stacks/Makefile +++ b/biology/stacks/Makefile @@ -18,4 +18,10 @@ GNU_CONFIGURE= yes LDFLAGS+= -lpthread -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} != amd64 && ${ARCH} != i386 +USE_GCC= yes +.endif + +.include <bsd.port.post.mk> |
