freebsd-ports/astro/siril
Yuri Victorovich c983066ac4 MFH: r555541
astro/siril: Fix run-time error: Undefined symbol "cblas_dcopy"

This was because math/gsl installs 2 libraries, libgsl.so and
libgslcblas.so, the former of which should depend on the latter one.
Instead, the gsl package through its pkg-config script asks users to
link to both libraries. This fails when the link line also has
-Wl,--as-needed which causes the linker to drop the second library.
In such case the above error is triggered at runtime.

Also update WWW.

PR:		251206
Submitted by:	Ned Leitch <ned.leitch+freebsd@gmail.com>

Approved by:	ports-secteam (fluffy)
2020-11-19 07:39:41 +00:00
..
files MFH: r555541 2020-11-19 07:39:41 +00:00
distinfo
Makefile MFH: r555541 2020-11-19 07:39:41 +00:00
pkg-descr MFH: r555541 2020-11-19 07:39:41 +00:00
pkg-plist