pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hdf5



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Mar 26 21:52:36 UTC 2022

Modified Files:
        pkgsrc/devel/hdf5: Makefile.common

Log Message:
hdf5: fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/hdf5/Makefile.common

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

Modified files:

Index: pkgsrc/devel/hdf5/Makefile.common
diff -u pkgsrc/devel/hdf5/Makefile.common:1.22 pkgsrc/devel/hdf5/Makefile.common:1.23
--- pkgsrc/devel/hdf5/Makefile.common:1.22      Mon Jun  7 11:52:48 2021
+++ pkgsrc/devel/hdf5/Makefile.common   Sat Mar 26 21:52:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2021/06/07 11:52:48 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2022/03/26 21:52:36 tnn Exp $
 # used by devel/hdf5/Makefile
 # used by devel/hdf5-c++/Makefile
 
@@ -18,6 +18,7 @@ CONFIGURE_ARGS+=      --with-examplesdir=${PR
 TEST_TARGET=           check
 
 CFLAGS.SunOS+=         -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
+CONFIGURE_ENV.SunOS+=  ac_cv_func_gettimeofday=yes
 
 DISTINFO_FILE= ${.CURDIR}/../../devel/hdf5/distinfo
 PATCHDIR=      ${.CURDIR}/../../devel/hdf5/patches



Home | Main Index | Thread Index | Old Index