summaryrefslogtreecommitdiffstats
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-af47
1 files changed, 11 insertions, 36 deletions
diff --git a/ftp/ncftp3/files/patch-af b/ftp/ncftp3/files/patch-af
index 11d901f..e178926 100644
--- a/ftp/ncftp3/files/patch-af
+++ b/ftp/ncftp3/files/patch-af
@@ -1,36 +1,11 @@
-*** Strn/Makefile.orig Tue Nov 11 15:28:01 1997
---- Strn/Makefile Tue Sep 8 00:25:07 1998
-***************
-*** 6,12 ****
- SHELL=/bin/sh
- .SUFFIXES: .c .o .so
- LIB=libStrn.a
-! LIBSO=libStrn.so.1
- LIBSOS=libStrn.so
- CC=cc
- CPPFLAGS=
---- 6,12 ----
- SHELL=/bin/sh
- .SUFFIXES: .c .o .so
- LIB=libStrn.a
-! LIBSO=libStrn.so.1.0
- LIBSOS=libStrn.so
- CC=cc
- CPPFLAGS=
-***************
-*** 42,48 ****
-
- $(LIBSO): $(SOBJS)
- /bin/rm -f $(LIBSO)
-! gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
- /bin/ln -s $(LIBSO) $(LIBSOS)
- -@/bin/ls -l $(LIBSOS) $(LIBSO)
-
---- 42,48 ----
-
- $(LIBSO): $(SOBJS)
- /bin/rm -f $(LIBSO)
-! $(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
- /bin/ln -s $(LIBSO) $(LIBSOS)
- -@/bin/ls -l $(LIBSOS) $(LIBSO)
-
+--- Strn/Makefile.orig Tue Nov 11 04:28:01 1997
++++ Strn/Makefile Sat Sep 26 19:47:28 1998
+@@ -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)
+
OpenPOWER on IntegriCloud