diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-13 14:06:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-13 14:06:32 +0000 |
commit | b2bb0333601dc9c4e6c4673eb911d31f34b1a547 (patch) | |
tree | b9df7f4e9c53eec1b187637424c1021e20c24664 /devel/libc++ | |
parent | 2963832cdfff62d1f98bbd9beb84ef7cb93f29c6 (diff) |
Notes
Diffstat (limited to 'devel/libc++')
-rw-r--r-- | devel/libc++/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libc++/Makefile b/devel/libc++/Makefile index 7510ec53266a..7f76f6fbff8b 100644 --- a/devel/libc++/Makefile +++ b/devel/libc++/Makefile @@ -16,8 +16,7 @@ LICENSE_GROUP= MIT UIUC LICENSE_NAME_UIUC= University of Illinois/NCSA Open Source License LICENSE_PERMS_UIUC= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USE_XZ= yes -USES= cmake:outsource compiler:c++11-lang +USES= cmake:outsource compiler:c++11-lang tar:xz USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib |