Changeset 83327
- Timestamp:
- 08/29/11 13:33:48 (4 years ago)
- Location:
- trunk/dports/science/bali-phy
- Files:
-
- 2 edited
-
Portfile (modified) (3 diffs)
-
files/configure.patch (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/bali-phy/Portfile
r74991 r83327 4 4 5 5 name bali-phy 6 version 2.1. 06 version 2.1.1 7 7 revision 1 8 8 description Bayesian Alignment and Phylogeny estimation … … 19 19 20 20 master_sites ${homepage} 21 checksums sha1 0fd83d876d2ef1d0f2676c14ad10ff93621a853021 checksums sha1 e72073a1c5b05c797668e476bfd8517594f074e6 22 22 23 23 patchfiles configure.patch scripts.patch src-tools-draw-tree.patch … … 27 27 28 28 configure.args --with-system-boost --enable-cairo 29 configure.env CFLAGS=-DBOOST_FILESYSTEM_VERSION=2 CXXFLAGS=-DBOOST_FILESYSTEM_VERSION=2 29 30 30 31 variant no_cairo description {disable drawing routines} { -
trunk/dports/science/bali-phy/files/configure.patch
r70161 r83327 1 --- configure 2010-07-30 14:20:13.000000000 -04002 +++ configure 201 0-07-30 14:20:22.000000000 -04003 @@ -6 299,7 +6299,7 @@1 --- configure.orig 2011-08-29 16:13:55.000000000 -0400 2 +++ configure 2011-08-29 16:19:39.000000000 -0400 3 @@ -6466,7 +6466,7 @@ 4 4 $as_echo_n "(cached) " >&6 5 5 else … … 10 10 /* end confdefs.h. */ 11 11 12 @@ -6 330,13 +6330,13@@12 @@ -6496,10 +6496,10 @@ 13 13 #define `$as_echo "HAVE_LIBboost_filesystem${BOOST_SUFFIX}" | $as_tr_cpp` 1 14 14 _ACEOF … … 22 22 fi 23 23 24 if test "$use_mpi" != no ; then 25 @@ -6591,7 +6591,7 @@ 26 27 fi 28 24 29 -boost_libs="-lboost_program_options${BOOST_SUFFIX} -lboost_filesystem${BOOST_SUFFIX}"; 25 30 +boost_libs="-lboost_program_options${BOOST_SUFFIX} -lboost_filesystem${BOOST_SUFFIX} -lboost_system${BOOST_SUFFIX}"; 26 31 27 { $as_echo "$as_me:${as_lineno-$LINENO}: checking include/compile/link for the BOOST program_options library" >&528 $as_echo_n "checking include/compile/link for the BOOST program_options library... " >&6; }29 @@ -6 397,7 +6397,7 @@32 { $as_echo "$as_me:${as_lineno-$LINENO}: checking include/compile/link for the BOOST.program_options library" >&5 33 $as_echo_n "checking include/compile/link for the BOOST.program_options library... " >&6; } 34 @@ -6681,7 +6681,7 @@ 30 35 echo " * Not using system BOOST libraries: we'll build our own." 31 36
Note: See TracChangeset
for help on using the changeset viewer.

