aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ncftp3
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-05-22 04:43:42 +0800
committerobrien <obrien@FreeBSD.org>1998-05-22 04:43:42 +0800
commit32eafae87a588961e28d4da3853434df8cc1000e (patch)
treefe9b580d0b4414380e3d530072befa03713bd8b6 /ftp/ncftp3
parent618a944d66ba6f73bee02b23ef28ded4901c64f1 (diff)
downloadfreebsd-ports-gnome-32eafae87a588961e28d4da3853434df8cc1000e.tar.gz
freebsd-ports-gnome-32eafae87a588961e28d4da3853434df8cc1000e.tar.zst
freebsd-ports-gnome-32eafae87a588961e28d4da3853434df8cc1000e.zip
Change two ``gcc''s to $(CC) for consitancy with rest of the package.
Lead to problem by: roberto
Diffstat (limited to 'ftp/ncftp3')
-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 f5031b3c2975..ad9de6fc0037 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 63681bfa82b6..b40bc6161cf4 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)