aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-12-18 01:50:20 +0800
committerobrien <obrien@FreeBSD.org>2004-12-18 01:50:20 +0800
commit8b5231d49208b20fec9e196c9610edec25903b9f (patch)
tree3b05396000404a1be691c288638ef1998aa26e22
parent017ef3105b9119c88acabb3105b02459de55c36f (diff)
downloadfreebsd-ports-gnome-8b5231d49208b20fec9e196c9610edec25903b9f.tar.gz
freebsd-ports-gnome-8b5231d49208b20fec9e196c9610edec25903b9f.tar.zst
freebsd-ports-gnome-8b5231d49208b20fec9e196c9610edec25903b9f.zip
We've ended up with the same patch twice, I guess Maho-san's and my
emails crossed each other.
-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 " \