pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/djbfft



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jul  3 01:27:44 UTC 2025

Modified Files:
        pkgsrc/math/djbfft: Makefile

Log Message:
djbfft: fix SmartOS build.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/djbfft/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/djbfft/Makefile
diff -u pkgsrc/math/djbfft/Makefile:1.23 pkgsrc/math/djbfft/Makefile:1.24
--- pkgsrc/math/djbfft/Makefile:1.23    Thu May 22 04:51:29 2025
+++ pkgsrc/math/djbfft/Makefile Thu Jul  3 01:27:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/05/22 04:51:29 schmonz Exp $
+# $NetBSD: Makefile,v 1.24 2025/07/03 01:27:44 schmonz Exp $
 
 DISTNAME=      djbfft-0.76
 CATEGORIES=    math
@@ -12,6 +12,7 @@ LICENSE=      public-domain
 NOT_FOR_PLATFORM=      IRIX-*-*
 
 FORCE_C_STD=           c99
+CFLAGS.SunOS+=         -D__EXTENSIONS__
 
 DJB_ERRNO_FIXUP=       error.h
 



Home | Main Index | Thread Index | Old Index