freebsd-ports/ftp/ncftp3/files/patch-af
David E. O'Brien cb1f7778c8 Update to 3.0 beta 21.
Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
2000-01-10 15:57:20 +00:00

12 lines
359 B
Plaintext

--- 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 @@
$(LIBSO): $(SOBJS)
/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)"