diff options
Diffstat (limited to '')
-rw-r--r-- | ftp/ncftp3/files/patch-af | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ftp/ncftp3/files/patch-af b/ftp/ncftp3/files/patch-af index 0cfaf41463d2..eef95b492156 100644 --- a/ftp/ncftp3/files/patch-af +++ b/ftp/ncftp3/files/patch-af @@ -1,11 +1,9 @@ ---- Strn/Makefile.in.orig Mon Jan 10 14:37:45 2000 -+++ Strn/Makefile.in Mon Jan 10 14:38:32 2000 -@@ -42,7 +42,7 @@ - +--- Strn/Makefile.in.orig Sat Oct 12 17:01:11 2002 ++++ Strn/Makefile.in Wed Mar 12 10:00:33 2003 +@@ -63,5 +63,5 @@ $(LIBSO): $(SOBJS) - /bin/rm -f "$(LIBSO)" + /bin/rm -f "$(LIBSO)" "$(LIBSOS)" - gcc -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS) + $(CC) -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS) /bin/ln -s "$(LIBSO)" "$(LIBSOS)" -@/bin/ls -l "$(LIBSOS)" "$(LIBSO)" - |