summaryrefslogtreecommitdiff
path: root/math/gsl/patches/patch-ae
blob: eed2ea1aff0cb2119d7d59ae7fc5ff9cf04ebea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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)