summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/deforaos-configure/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/deforaos-configure/Makefile b/devel/deforaos-configure/Makefile
index 7f98d93538f..7d490505023 100644
--- a/devel/deforaos-configure/Makefile
+++ b/devel/deforaos-configure/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/04/12 22:28:04 khorben Exp $
+# $NetBSD: Makefile,v 1.12 2022/04/13 00:06:21 khorben Exp $
DISTNAME= configure-0.4.3
PKGNAME= deforaos-configure-0.4.3
@@ -26,6 +26,10 @@ AUTO_MKDIRS= yes
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+LDFLAGS+=-lm
+.endif
+
.if ${PKGMANDIR} != "share/man"
post-install:
${MV} ${DESTDIR}${PREFIX}/share/man/html1/configure.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/configure.html