freebsd-ports/devel/c2lib/files/patch-Makefile.in
Ying-Chieh Liao 4a5f62750d add c2lib
c2lib is a library of basic structures and memory allocators for C.
It is designed to look similar to C++ STL with many powerful string
features borrowed also from Perl.
2001-02-16 11:07:08 +00:00

12 lines
340 B
Plaintext

--- Makefile.in.orig Fri Feb 16 18:51:26 2001
+++ Makefile.in Fri Feb 16 18:51:06 2001
@@ -141,7 +141,7 @@
DEFS = @DEFS@ -I. -I$(srcdir) -I.
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lm
libc2_la_LIBADD =
libc2_la_OBJECTS = hash.lo matvec.lo pool.lo pstring.lo vector.lo
PROGRAMS = $(noinst_PROGRAMS)