aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-libs/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-06-11 23:15:26 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-06-11 23:15:26 +0000
commitcc95525e41d01ef3f6a7c7f9ed756cdd99a42a89 (patch)
tree32f6ae802024d4342eaf6874b7138fbdc033e2ec /devel/boost-libs/Makefile
parentd025d45ebc20c2c2f142ee2fbca53c3d6fd6f65d (diff)
downloadports-cc95525e41d01ef3f6a7c7f9ed756cdd99a42a89.tar.gz
ports-cc95525e41d01ef3f6a7c7f9ed756cdd99a42a89.zip
Update to 1.43.0
PR: ports/146707 Submitted by: Armin Pirkovitsch <armin at frozen-zone.org> Reviewed by: Alexander Churanov (maintainer)
Notes
Notes: svn path=/head/; revision=256420
Diffstat (limited to 'devel/boost-libs/Makefile')
-rw-r--r--devel/boost-libs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index e1e5f0adc29f..7c37760a43ce 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -6,7 +6,6 @@
#
PORTNAME= boost-libs
-PORTREVISION= 1
COMMENT= Free portable C++ libraries (without Boost.Python)
USE_BZIP2= yes
@@ -37,6 +36,8 @@ post-patch: customize-boost-build
${RMDIR} ${WRKSRC}/boost/interprocess/containers/detail
# Remove Boost.Python
${RM} -rf ${WRKSRC}/boost/python* ${WRKSRC}/libs/python
+# Add symlink to help build system to find random_device.cpp
+ ${LN} -s ${WRKSRC}/libs/random/src/random_device.cpp ${WRKSRC}/libs/random/random_device.cpp
do-build:
# build the library