summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-12-17 17:50:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-12-17 17:50:20 +0000
commit45a982ed52750f86c3a0aa6778ae6fc6ffbc191b (patch)
tree24fa1c983e0ecb27563e2610adbb57411a2b3854 /lang
parentCatch -pthread up with the new KSE world order. (diff)
We've ended up with the same patch twice, I guess Maho-san's and my
emails crossed each other.
Notes
Notes: svn path=/head/; revision=124321
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc-ooo/Makefile4
-rw-r--r--lang/gcc-ooo/files/extrapatch-gcc__config__freebsd-spec.h13
2 files changed, 0 insertions, 17 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile
index 401866f1146f..0134d12affaf 100644
--- a/lang/gcc-ooo/Makefile
+++ b/lang/gcc-ooo/Makefile
@@ -44,10 +44,6 @@ CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.endif
-.if ${OSVERSION} > 502101
-EXTRA_PATCHES= ${FILESDIR}/extrapatch-gcc__config__freebsd-spec.h
-.endif
-
SRCDIR= ${WRKDIR}/gcc-${PORTVERSION}
PATCH_WRKSRC= ${SRCDIR}
WRKSRC= ${WRKDIR}/build
diff --git a/lang/gcc-ooo/files/extrapatch-gcc__config__freebsd-spec.h b/lang/gcc-ooo/files/extrapatch-gcc__config__freebsd-spec.h
deleted file mode 100644
index 1011be4e1b28..000000000000
--- a/lang/gcc-ooo/files/extrapatch-gcc__config__freebsd-spec.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- gcc-3.4.1/gcc/config/freebsd-spec.h.orig Sat Nov 6 23:39:36 2004
-+++ gcc-3.4.1/gcc/config/freebsd-spec.h Sat Nov 6 23:39:59 2004
-@@ -132,8 +132,8 @@
- #if FBSD_MAJOR >= 5
- #define FBSD_LIB_SPEC " \
- %{!shared: \
-- %{!pg: %{pthread:-lc_r} -lc} \
-- %{pg: %{pthread:-lc_r_p} -lc_p} \
-+ %{!pg: %{pthread:-lpthread} -lc} \
-+ %{pg: %{pthread:-lpthread_p} -lc_p} \
- }"
- #else
- #define FBSD_LIB_SPEC " \