pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/djbsort



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jul  3 01:28:19 UTC 2025

Modified Files:
        pkgsrc/math/djbsort: Makefile

Log Message:
djbsort: fix SmartOS build.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/djbsort/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/djbsort/Makefile
diff -u pkgsrc/math/djbsort/Makefile:1.10 pkgsrc/math/djbsort/Makefile:1.11
--- pkgsrc/math/djbsort/Makefile:1.10   Mon Aug 14 05:24:49 2023
+++ pkgsrc/math/djbsort/Makefile        Thu Jul  3 01:28:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/08/14 05:24:49 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/07/03 01:28:19 schmonz Exp $
 
 DISTNAME=              djbsort-20190516
 PKGREVISION=           2
@@ -31,6 +31,14 @@ INSTALLATION_DIRS=   include lib ${SHAREDI
 
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+TOOL_DEPENDS+=         binutils>=0:../../devel/binutils
+TOOLS_CREATE+=         nm
+TOOLS_PATH.nm=         ${PREFIX}/bin/gnm
+.endif
+
 pre-configure:
        cd ${WRKSRC} && rm -f *.orig
 



Home | Main Index | Thread Index | Old Index