diff options
author | adam <adam@pkgsrc.org> | 2010-10-26 13:45:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-10-26 13:45:41 +0000 |
commit | af9e6cda06b7f5e2c9c6f43648079523934db512 (patch) | |
tree | 97b6170abfdb56d5eb301e6fb4b0b01725487c94 /devel | |
parent | 9f8b7a67fb823911f9ced78aae5b8bcb68f5b848 (diff) | |
download | pkgsrc-af9e6cda06b7f5e2c9c6f43648079523934db512.tar.gz |
Correct install_name for libraries under MacOSX
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boost-libs/PLIST | 6 | ||||
-rw-r--r-- | devel/boost-libs/PLIST.Darwin | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/boost-libs/PLIST b/devel/boost-libs/PLIST index e1ad1e2bee5..b9cac40c045 100644 --- a/devel/boost-libs/PLIST +++ b/devel/boost-libs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2010/08/28 19:59:09 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2010/10/26 13:46:06 adam Exp $ lib/libboost_date_time.a lib/libboost_date_time.so lib/libboost_date_time.so.${BOOST_VERSION} @@ -17,16 +17,12 @@ lib/libboost_math_c99.so.${BOOST_VERSION} lib/libboost_math_c99f.a lib/libboost_math_c99f.so lib/libboost_math_c99f.so.${BOOST_VERSION} -@comment lib/libboost_math_c99l.a -@comment lib/libboost_math_c99l.so lib/libboost_math_tr1.a lib/libboost_math_tr1.so lib/libboost_math_tr1.so.${BOOST_VERSION} lib/libboost_math_tr1f.a lib/libboost_math_tr1f.so lib/libboost_math_tr1f.so.${BOOST_VERSION} -@comment lib/libboost_math_tr1l.a -@comment lib/libboost_math_tr1l.so lib/libboost_prg_exec_monitor.a lib/libboost_prg_exec_monitor.so lib/libboost_prg_exec_monitor.so.${BOOST_VERSION} diff --git a/devel/boost-libs/PLIST.Darwin b/devel/boost-libs/PLIST.Darwin new file mode 100644 index 00000000000..0367aee18b9 --- /dev/null +++ b/devel/boost-libs/PLIST.Darwin @@ -0,0 +1,4 @@ +lib/libboost_math_c99l.a +lib/libboost_math_c99l.dylib +lib/libboost_math_tr1l.a +lib/libboost_math_tr1l.dylib |