ports/ftp/moxftp/files/patch-ae
Kevin Lo 4907e8e57c - Fix MASTER_SITES
- Support CFLAGS propely

PR: 22813
Submitted by: Ports Fury
2000-11-13 14:10:08 +00:00

11 lines
358 B
Text

--- archie.c.orig Sat May 21 05:11:43 1994
+++ archie.c Sat Nov 11 03:53:49 2000
@@ -160,7 +160,7 @@
char *host;
int i;
- archie = lpopen("type archie", "r");
+ archie = lpopen("which archie", "r");
if (fgets(string, sizeof(string), archie) != NULL) {
if ((cp = bsdstrstr(string, "not found")) != NULL) {
lpclose(archie);