aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ftp/ncftp3/files/patch-ae2
-rw-r--r--ftp/ncftp3/files/patch-af2
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/ncftp3/files/patch-ae b/ftp/ncftp3/files/patch-ae
index f5031b3c297..ad9de6fc003 100644
--- a/ftp/ncftp3/files/patch-ae
+++ b/ftp/ncftp3/files/patch-ae
@@ -5,7 +5,7 @@
$(LIBSO): $(SOBJS)
/bin/rm -f $(LIBSO) $(LIBSOS)
- gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
-+ gcc -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
++ $(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
/bin/ln -s $(LIBSO) $(LIBSOS)
-@/bin/ls -l $(LIBSO)
diff --git a/ftp/ncftp3/files/patch-af b/ftp/ncftp3/files/patch-af
index 63681bfa82b..b40bc6161cf 100644
--- a/ftp/ncftp3/files/patch-af
+++ b/ftp/ncftp3/files/patch-af
@@ -5,7 +5,7 @@
$(LIBSO): $(SOBJS)
/bin/rm -f $(LIBSO)
- gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
-+ gcc -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
++ $(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
/bin/ln -s $(LIBSO) $(LIBSOS)
-@/bin/ls -l $(LIBSOS) $(LIBSO)