1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/ftp/ncftp3/files/patch-af

12 lines
353 B
Plaintext
Raw Normal View History

1999-02-18 09:26:53 +00:00
--- Strn/Makefile.orig Mon Feb 8 18:10:17 1999
+++ Strn/Makefile Thu Feb 18 01:23:16 1999
1998-09-27 03:02:15 +00:00
@@ -42,7 +42,7 @@
$(LIBSO): $(SOBJS)
1999-02-18 09:26:53 +00:00
/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)"
1998-09-27 03:02:15 +00:00