freebsd-ports/devel/clint/files/patch-src::Makefile.in
Ying-Chieh Liao 70ab50b499 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.
2001-05-01 17:28:25 +00:00

11 lines
381 B
Text

--- 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