diff options
| author | Niels Heinen <niels@FreeBSD.org> | 2010-04-11 21:16:27 +0000 |
|---|---|---|
| committer | Niels Heinen <niels@FreeBSD.org> | 2010-04-11 21:16:27 +0000 |
| commit | 5720a79a9f2524ecb14738bcd72efb7101f111fe (patch) | |
| tree | 1d28eba0c9f15d4c449cb979d216f1b655e01a4f /security/skipfish/files/patch-Makefile | |
| parent | Attach ecofont to the build. (diff) | |
Upgraded to version 1.30b
Submitted by: Ryan Steinmetz (maintainer)
Approved by: itetcu (mentor)
Notes
Notes:
svn path=/head/; revision=252563
Diffstat (limited to 'security/skipfish/files/patch-Makefile')
| -rw-r--r-- | security/skipfish/files/patch-Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/skipfish/files/patch-Makefile b/security/skipfish/files/patch-Makefile new file mode 100644 index 000000000000..9b8fe477c0db --- /dev/null +++ b/security/skipfish/files/patch-Makefile @@ -0,0 +1,30 @@ +--- ./Makefile.orig 2010-03-30 17:53:01.000000000 +0200 ++++ ./Makefile 2010-04-11 19:05:39.000000000 +0200 +@@ -30,7 +30,7 @@ + CFLAGS_DBG = -DLOG_STDERR=1 -DDEBUG_ALLOCATOR=1 $(CFLAGS_GEN) + CFLAGS_OPT = -O3 -Wno-format $(CFLAGS_GEN) + +-LDFLAGS += -L/usr/local/lib/ -L/opt/local/lib ++LDFLAGS += -L$(LOCALBASE)/lib/ + LIBS += -lcrypto -lssl -lidn -lz + + all: $(PROGNAME) +@@ -38,12 +38,12 @@ + $(PROGNAME): $(PROGNAME).c $(OBJFILES) $(INCFILES) + $(CC) $(LDFLAGS) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS_OPT) \ + $(OBJFILES) $(LIBS) +- @echo +- @echo "See dictionaries/README-FIRST to pick a dictionary for the tool." +- @echo +- @echo "Having problems with your scans? Be sure to visit:" +- @echo "http://code.google.com/p/skipfish/wiki/KnownIssues" +- @echo ++# @echo ++# @echo "See dictionaries/README-FIRST to pick a dictionary for the tool." ++# @echo ++# @echo "Having problems with your scans? Be sure to visit:" ++# @echo "http://code.google.com/p/skipfish/wiki/KnownIssues" ++# @echo + + debug: $(PROGNAME).c $(OBJFILES) $(INCFILES) + $(CC) $(LDFLAGS) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS_DBG) \ |
