tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[PATCH] make devel/netcdf depend on libpsl to avoid picking it up from the outside (and failing)
Hi,
another little fix: devel/netcdf apparently finds and wants to use
libpsl from the host system. This breaks the build if the buildlinks
are not aware of that dependency. Since we got www/libpsl, the attached
patch adds the dependency for more robust building.
Alrighty then,
Thomas
--
Dr. Thomas Orgis
HPC @ Universität Hamburg
diff -ruN -x CVS pkgsrc-2020Q3/devel/netcdf/buildlink3.mk pkgsrc/devel/netcdf/buildlink3.mk
--- pkgsrc-2020Q3/devel/netcdf/buildlink3.mk 2020-05-22 12:55:45.000000000 +0200
+++ pkgsrc/devel/netcdf/buildlink3.mk 2020-11-13 17:10:09.042750664 +0100
@@ -11,6 +11,7 @@
.include "../../devel/hdf5/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
+.include "../../www/libpsl/buildlink3.mk"
.endif # NETCDF_BUILDLINK3_MK
BUILDLINK_TREE+= -netcdf
diff -ruN -x CVS pkgsrc-2020Q3/devel/netcdf/Makefile pkgsrc/devel/netcdf/Makefile
--- pkgsrc-2020Q3/devel/netcdf/Makefile 2020-05-22 12:55:45.000000000 +0200
+++ pkgsrc/devel/netcdf/Makefile 2020-11-13 17:09:52.761749158 +0100
@@ -22,4 +22,5 @@
.include "../../devel/hdf5/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
+.include "../../www/libpsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index