diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-16 11:07:08 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-16 11:07:08 +0000 |
| commit | 4a5f62750d21fa298140b857926e6784f1ab6a01 (patch) | |
| tree | d495f48f5d127d08bec1bf018b0db832e48f650e /devel/c2lib/files/patch-Makefile.in | |
| parent | 29e9e34f920f8d0817436c73ce3dd24ac5cd0746 (diff) | |
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.
Diffstat (limited to 'devel/c2lib/files/patch-Makefile.in')
| -rw-r--r-- | devel/c2lib/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/c2lib/files/patch-Makefile.in b/devel/c2lib/files/patch-Makefile.in new file mode 100644 index 000000000000..45894d0a5833 --- /dev/null +++ b/devel/c2lib/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- 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) |
