aboutsummaryrefslogtreecommitdiff
path: root/ftp/ncftp3/files
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-02-18 09:26:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-02-18 09:26:53 +0000
commite783eeade7218b55950c5f450f4589ef7339b0bf (patch)
tree4177ed989e239eefabee156b93d5724b5da57556 /ftp/ncftp3/files
parent8e2e072dae64bc9f5eb495892ed442acadb53a46 (diff)
downloadports-e783eeade7218b55950c5f450f4589ef7339b0bf.tar.gz
ports-e783eeade7218b55950c5f450f4589ef7339b0bf.zip
upgrade to 3.0b17
Notes
Notes: svn path=/head/; revision=16759
Diffstat (limited to 'ftp/ncftp3/files')
-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)"