pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/deforaos-configure
Module Name: pkgsrc
Committed By: khorben
Date: Wed Apr 13 00:06:21 UTC 2022
Modified Files:
pkgsrc/devel/deforaos-configure: Makefile
Log Message:
deforaos-configure: fix the build on macOS
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/deforaos-configure/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/deforaos-configure/Makefile
diff -u pkgsrc/devel/deforaos-configure/Makefile:1.11 pkgsrc/devel/deforaos-configure/Makefile:1.12
--- pkgsrc/devel/deforaos-configure/Makefile:1.11 Tue Apr 12 22:28:04 2022
+++ pkgsrc/devel/deforaos-configure/Makefile Wed Apr 13 00:06:21 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index