summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2005-09-01 21:34:18 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2005-09-01 21:34:18 +0000
commitba7ad2c3d870bb3daa715905e4870dc06ac40556 (patch)
treef0d24e04de72227e410423c62da8de41ad69859f
parentUpdate to 0.9.7-alpha6, which closes multiple security vulnerabilities. (diff)
Remove extraneous patch I had erroneously included in the previous update.
It does not hurt, but is not needed any longer.
Notes
Notes: svn path=/head/; revision=141735
-rw-r--r--lang/gcc34/files/patch-ranlib20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/gcc34/files/patch-ranlib b/lang/gcc34/files/patch-ranlib
deleted file mode 100644
index d21bbcfdd428..000000000000
--- a/lang/gcc34/files/patch-ranlib
+++ /dev/null
@@ -1,20 +0,0 @@
-Recent versions of FreeBSD default to installing libraries with 0444
-permissions which causes ranlib, that GCC rans after installation, to
-fail. Just replace RANLIB by a dummy program to avoid that.
-
-Index: gcc/Makefile.in
-===================================================================
-RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
-retrieving revision 1.1223.2.23
-diff -u -3 -p -r1.1223.2.23 Makefile.in
---- gcc/Makefile.in 24 Feb 2005 09:26:57 -0000 1.1223.2.23
-+++ gcc/Makefile.in 31 Aug 2005 20:15:42 -0000
-@@ -213,7 +213,7 @@ FLEX = @FLEX@
- FLEXFLAGS =
- AR = ar
- AR_FLAGS = rc
--RANLIB = @RANLIB@
-+RANLIB = echo
-
- # -------------------------------------------
- # Programs which operate on the build machine