summaryrefslogtreecommitdiffstats
path: root/main/boost/random-Jamfile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-05-15 19:13:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-05-15 19:13:45 +0000
commit33d41acb4318bd395f6b57ddc14ab27767ca06aa (patch)
treef010369cd1b1e308d1ee79169292880b942f72f9 /main/boost/random-Jamfile
parentd15964ab95df39fe1a0633800cd5d886dfabf074 (diff)
downloadaports-33d41acb4318bd395f6b57ddc14ab27767ca06aa.tar.bz2
aports-33d41acb4318bd395f6b57ddc14ab27767ca06aa.tar.xz
main/boost: moved from testing
abiword needs it
Diffstat (limited to 'main/boost/random-Jamfile')
-rw-r--r--main/boost/random-Jamfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/main/boost/random-Jamfile b/main/boost/random-Jamfile
new file mode 100644
index 000000000..5cb6f6bcd
--- /dev/null
+++ b/main/boost/random-Jamfile
@@ -0,0 +1,15 @@
+# Copyright (c) 2006 Tiziano Mueller
+#
+# Use, modification and distribution of the file is subject to the
+# Boost Software License, Version 1.0.
+# (See at http://www.boost.org/LICENSE_1_0.txt)
+
+
+project boost/random
+ : source-location ../ ;
+
+SOURCES = random_device ;
+
+lib boost_random
+ : $(SOURCES).cpp
+ : <link>shared:<define>BOOST_RANDOM_DYN_LINK=1 ;