From 7bcad8f84295ebdc3a187e4332b09d9834fbe48c Mon Sep 17 00:00:00 2001 From: Jeremy Mates Date: Wed, 25 Sep 2019 15:07:11 +0000 Subject: [PATCH] set LD_RXLIB1 on OpenBSD --- x11/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/aclocal.m4 b/x11/aclocal.m4 index 6ab0e8f2..bbb3c190 100644 --- a/x11/aclocal.m4 +++ b/x11/aclocal.m4 @@ -378,7 +378,7 @@ case "$target" in SYS_DEFS="-DSUNOS -DSUNOS_STRTOD_BUG" LD_RXLIB1="ld" ;; - *linux*|*atheos*|*nto-qnx*) + *linux*|*atheos*|*nto-qnx*|*openbsd*) LD_RXLIB1="${CC} -shared" ;; *freebsd*)