diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-12-14 16:45:44 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-12-14 16:45:44 +0000 |
commit | 1d00f83c2d467dcf92497759d93c8536b809e76f (patch) | |
tree | 4f0f2b2217baa48a01b92d39a1e2dae96004780a /ftp/ncftp3/files | |
parent | Upgrade repository copy of emacs to emacs 20.2. (diff) |
Creation of NcFTP version 3.x port.
Repository copied by: Satoshi
Notes
Notes:
svn path=/head/; revision=9074
Diffstat (limited to 'ftp/ncftp3/files')
-rw-r--r-- | ftp/ncftp3/files/patch-ae | 11 | ||||
-rw-r--r-- | ftp/ncftp3/files/patch-af | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/ftp/ncftp3/files/patch-ae b/ftp/ncftp3/files/patch-ae new file mode 100644 index 000000000000..f5031b3c2975 --- /dev/null +++ b/ftp/ncftp3/files/patch-ae @@ -0,0 +1,11 @@ +--- libncftp/Makefile.in.orig Wed Nov 12 17:43:48 1997 ++++ libncftp/Makefile.in Sat Dec 13 16:47:46 1997 +@@ -55,7 +55,7 @@ + + $(LIBSO): $(SOBJS) + /bin/rm -f $(LIBSO) $(LIBSOS) +- gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS) ++ gcc -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q` + /bin/ln -s $(LIBSO) $(LIBSOS) + -@/bin/ls -l $(LIBSO) + diff --git a/ftp/ncftp3/files/patch-af b/ftp/ncftp3/files/patch-af new file mode 100644 index 000000000000..63681bfa82b6 --- /dev/null +++ b/ftp/ncftp3/files/patch-af @@ -0,0 +1,11 @@ +--- Strn/Makefile.orig Tue Nov 11 04:28:01 1997 ++++ Strn/Makefile Sat Dec 13 23:28:53 1997 +@@ -42,7 +42,7 @@ + + $(LIBSO): $(SOBJS) + /bin/rm -f $(LIBSO) +- gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS) ++ gcc -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q` + /bin/ln -s $(LIBSO) $(LIBSOS) + -@/bin/ls -l $(LIBSOS) $(LIBSO) + |