diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2019-01-25 19:04:49 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2019-01-25 19:04:49 +0000 |
| commit | 86c96ca1f29f8ffe79e65377c144d16bc8f47550 (patch) | |
| tree | d74b3a453013973b658cdeb187070b508d34f1d7 /base | |
| parent | 8b6f368a9a1a332be70eccefb8a6f20398638e09 (diff) | |
Notes
Diffstat (limited to 'base')
| -rw-r--r-- | base/gcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/gcc/Makefile b/base/gcc/Makefile index 13b2fb0f2dde..e386afeb5f1b 100644 --- a/base/gcc/Makefile +++ b/base/gcc/Makefile @@ -2,7 +2,7 @@ PORTNAME= gcc PORTVERSION= 6.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= base MASTER_SITES= GCC/releases/gcc-${DISTVERSION} \ http://www.mpfr.org/mpfr-3.1.6/:mpfr \ @@ -44,6 +44,7 @@ PLIST_SUB= TARGETARCH=${TARGETARCH} \ GCC_VERSION=${PORTVERSION} EXTRA_PATCHES+= ${.CURDIR}/../../devel/powerpc64-gcc/files/freebsd-format-extensions +EXTRA_PATCHES+= ${.CURDIR}/../../devel/powerpc64-gcc/files/freebsd-libdir EXTRA_PATCHES+= ${.CURDIR}/../../devel/powerpc64-gcc/files/patch-gcc-freebsd-mips GNU_CONFIGURE= yes |
