summaryrefslogtreecommitdiff
path: root/lang/gcc47/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-04-21 03:13:26 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-04-21 03:13:26 +0000
commit480f645182e8eac3776a19aeb8c5cd095d50daa2 (patch)
treedbaf3a8c089a757d00038fe1c8bcf2e722405c7f /lang/gcc47/Makefile
parent- Update to 2.1.2 (diff)
Update to the 20140419 snapshot of GCC 4.7.4.
Add pkg-message that references the need to use -Wl,-rpath=... . [1] PR: 185902 [1]
Notes
Notes: svn path=/head/; revision=351667
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r--lang/gcc47/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index 5d3658a7ff29..bd1dfa8d78a1 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc47
-PORTVERSION= 4.7.4.20140412
+PORTVERSION= 4.7.4.20140419
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
@@ -101,6 +101,8 @@ INFO= gcc${SUFFIX}/cpp \
INFO+= gcc${SUFFIX}/libquadmath \
gcc${SUFFIX}/libitm
.endif
+SUB_FILES= pkg-message
+SUB_LIST+= TARGLIB=${TARGLIB}
.if ${PORT_OPTIONS:MJAVA}
ECJ_JAR= ${LOCALBASE}/share/java/ecj-4.5.jar