summaryrefslogtreecommitdiff
path: root/ftp/ncftp3/files/patch-af
blob: 46148f5a6e76e24ff2ba4ad79cff506c1049c875 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS)
 	/bin/ln -s "$(LIBSO)" "$(LIBSOS)"
 	-@/bin/ls -l "$(LIBSOS)" "$(LIBSO)"