diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-01 17:28:25 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-01 17:28:25 +0000 |
commit | 8a5758601573a8a83f7ba08bbb3b3f3cfa4d2912 (patch) | |
tree | 0f919fa00cebf72c1db6a286a8fd02183801c8d1 /devel/clint/files | |
parent | 8eb7765070ffc30d70c9d2c591b2e61d5bfc1283 (diff) | |
download | FreeBSD-ports-8a5758601573a8a83f7ba08bbb3b3f3cfa4d2912.zip FreeBSD-ports-8a5758601573a8a83f7ba08bbb3b3f3cfa4d2912.tar.gz |
add clint
Clint is a testbed for static source-code checking techniques. It is
currently designed to check C++ for common programmer errors and suggest
improvements.
Diffstat (limited to 'devel/clint/files')
-rw-r--r-- | devel/clint/files/patch-src::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/clint/files/patch-src::Makefile.in b/devel/clint/files/patch-src::Makefile.in new file mode 100644 index 0000000..2f8ccaf --- /dev/null +++ b/devel/clint/files/patch-src::Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Tue May 1 16:52:17 2001 ++++ src/Makefile.in Tue May 1 16:52:26 2001 +@@ -107,7 +107,7 @@ + + CXXFLAGS = -Wall -pedantic -ansi -W @CXXFLAGS@ -DPKGLIBDIR="\"$(pkglibdir)\"" + bin_PROGRAMS = clint +-clint_LDFLAGS = -ldl -rdynamic ++clint_LDFLAGS = -rdynamic + subdir = src + mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs + CONFIG_HEADER = ../config.h |