aboutsummaryrefslogtreecommitdiff
path: root/ftp/ncftp3/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/ncftp3/files/patch-af')
-rw-r--r--ftp/ncftp3/files/patch-af14
1 files changed, 7 insertions, 7 deletions
diff --git a/ftp/ncftp3/files/patch-af b/ftp/ncftp3/files/patch-af
index e1789260866b..46148f5a6e76 100644
--- a/ftp/ncftp3/files/patch-af
+++ b/ftp/ncftp3/files/patch-af
@@ -1,11 +1,11 @@
---- Strn/Makefile.orig Tue Nov 11 04:28:01 1997
-+++ Strn/Makefile Sat Sep 26 19:47:28 1998
+--- Strn/Makefile.orig Mon Feb 8 18:10:17 1999
++++ Strn/Makefile Thu Feb 18 01:23:16 1999
@@ -42,7 +42,7 @@
$(LIBSO): $(SOBJS)
- /bin/rm -f $(LIBSO)
-- gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
-+ $(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
- /bin/ln -s $(LIBSO) $(LIBSOS)
- -@/bin/ls -l $(LIBSOS) $(LIBSO)
+ /bin/rm -f "$(LIBSO)"
+- 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)"