pkgsrc/math/gsl/patches/patch-ae
tnn 3717a16dbf Update to gsl-1.12. From Aleksej Saushev in PR pkg/40200.
This is a maintenance release, which fixes reported bugs and upgrades
the build system to the latest libtool, autoconf and automake.
2008-12-19 23:16:22 +00:00

16 lines
416 B
Text

$NetBSD: patch-ae,v 1.4 2008/12/19 23:16:22 tnn Exp $
Tags: for-upstream
siman_tsp.c uses many functions from libm.
--- siman/Makefile.am.orig 2008-11-27 23:03:28.000000000 +0300
+++ siman/Makefile.am 2008-12-16 20:53:55.000000000 +0300
@@ -16,6 +16,7 @@
CLEANFILES = siman_test.out
libgslsiman_la_SOURCES = siman.c
+libgslsiman_la_LIBADD = -lm
pkginclude_HEADERS = gsl_siman.h
INCLUDES = -I$(top_srcdir)