summaryrefslogtreecommitdiff
path: root/net/gopher/files/patch-ac
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-01-26 11:27:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-01-26 11:27:44 +0000
commit0438d90b363b3ca267505fe28ed18d044e0b9f88 (patch)
treea9e42097ba488067a089e4615735f80f304d85fc /net/gopher/files/patch-ac
parentRemove stale patches (diff)
CVS didn't add these properly along with the rest of the update
Notes
Notes: svn path=/head/; revision=53778
Diffstat (limited to 'net/gopher/files/patch-ac')
-rw-r--r--net/gopher/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gopher/files/patch-ac b/net/gopher/files/patch-ac
new file mode 100644
index 000000000000..5c069a72cc14
--- /dev/null
+++ b/net/gopher/files/patch-ac
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Sat Jan 26 03:10:15 2002
++++ Makefile.in Sat Jan 26 03:10:23 2002
+@@ -140,7 +140,7 @@
+ objects: object/libgopher.a
+
+ gopherd/gopherd: object/libgopher.a $(srcdir)/gopherd/*.c $(srcdir)/gopherd/*.h $(srcdir)/conf.h
+- (cd gopherd; $(MAKE) $(MFLAGS))
++ (cd gopherd; $(MAKE) $(MFLAGS) all)
+
+ # gopher is dependant on conf.h - (as are other things)
+ gopher/gopher: object/libgopher.a conf.h $(srcdir)/gopher/*c $(srcdir)/gopher/*h