summaryrefslogtreecommitdiff
path: root/irc/bnc/files/patch-Makefile.in
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-03-19 07:11:29 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-03-19 07:11:29 +0000
commit8b304ef939c0c17847672abe224a23ce13cde3cc (patch)
tree579784032e6128543cf97104b846fdc0c380fcad /irc/bnc/files/patch-Makefile.in
parentlang/rust-nightly: Update to 1.44.0.20200319 (diff)
irc/bnc: unbreak (make fetchable again)
Additionally: * add additional MASTER_SITES * add license info * rework patches (make makepach) PR: 244638 Submitted by: portmaster@bsdforge.com Approved by: douglas@t2web.com.br (maintainer, timeout)
Notes
Notes: svn path=/head/; revision=528691
Diffstat (limited to 'irc/bnc/files/patch-Makefile.in')
-rw-r--r--irc/bnc/files/patch-Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/irc/bnc/files/patch-Makefile.in b/irc/bnc/files/patch-Makefile.in
index affea756da23..11081be785dd 100644
--- a/irc/bnc/files/patch-Makefile.in
+++ b/irc/bnc/files/patch-Makefile.in
@@ -1,11 +1,11 @@
---- Makefile.in.orig Fri Jun 15 14:29:22 2001
-+++ Makefile.in Fri Jun 15 14:29:40 2001
-@@ -6,7 +6,7 @@
- STRIP = strip
- CC = gcc
+--- Makefile.in.orig 2005-01-26 04:15:06 UTC
++++ Makefile.in
+@@ -2,7 +2,7 @@ LIBS=@LIBS@
+ CFLAGS=-O3 -Wall -include config.h
+ CC=@CC@
-ALL: bnc mkpasswd
+all: bnc mkpasswd
mkpasswd:mkpasswd.c
- ${CC} ${OPTS} ${COPT} ${LIBS} -o mkpasswd mkpasswd.c
+ ${CC} ${CFLAGS} -o mkpasswd mkpasswd.c ${LIBS}