diff options
author | brooks <brooks@FreeBSD.org> | 2013-07-09 23:29:23 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2013-07-09 23:29:23 +0800 |
commit | 3719fdfe179af84f87fc2d1a5a08c2cd0654303d (patch) | |
tree | 4ca1febb1854537ab9a3eeaed83393d60fa5683f /devel | |
parent | d994d2b3d14c89c49cbf225c00891b94890e7d40 (diff) | |
download | freebsd-ports-gnome-3719fdfe179af84f87fc2d1a5a08c2cd0654303d.tar.gz freebsd-ports-gnome-3719fdfe179af84f87fc2d1a5a08c2cd0654303d.tar.zst freebsd-ports-gnome-3719fdfe179af84f87fc2d1a5a08c2cd0654303d.zip |
Correct the location of the gold linker plugin. Users who have not
enabled it may skip this revision.
Submitted by: Eric van Gyzen <eric@vangyzen.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/llvm33/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/llvm33/Makefile b/devel/llvm33/Makefile index 5ae6188d5f24..59a6b3468a31 100644 --- a/devel/llvm33/Makefile +++ b/devel/llvm33/Makefile @@ -2,6 +2,7 @@ PORTNAME= llvm PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -95,7 +96,7 @@ CONFIGURE_ARGS+= --disable-docs BUILD_DEPENDS+= ld.gold:${PORTSDIR}/devel/binutils RUN_DEPENDS+= ld.gold:${PORTSDIR}/devel/binutils CONFIGURE_ARGS+= --with-binutils-include=${LOCALBASE}/include -PLIST_FILES+= lib/LLVMgold.so +PLIST_FILES+= llvm${LLVM_SUFFIX}/lib/LLVMgold.so .endif .if ${PORT_OPTIONS:MMANPAGES} |