mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
17 lines
416 B
Plaintext
17 lines
416 B
Plaintext
$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)
|