diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-17 17:50:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-17 17:50:20 +0000 |
commit | 45a982ed52750f86c3a0aa6778ae6fc6ffbc191b (patch) | |
tree | 24fa1c983e0ecb27563e2610adbb57411a2b3854 /lang/gcc-ooo/Makefile | |
parent | Catch -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/gcc-ooo/Makefile')
-rw-r--r-- | lang/gcc-ooo/Makefile | 4 |
1 files changed, 0 insertions, 4 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 |