From 32eafae87a588961e28d4da3853434df8cc1000e Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 21 May 1998 20:43:42 +0000 Subject: Change two ``gcc''s to $(CC) for consitancy with rest of the package. Lead to problem by: roberto --- ftp/ncftp3/files/patch-ae | 2 +- ftp/ncftp3/files/patch-af | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ftp/ncftp3') 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) -- cgit