- sort lib list
This commit is contained in:
parent
525dcd579b
commit
ddb0bbf149
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2010/09/19 20:09:41 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2011/05/05 15:09:20 jasper Exp $
|
||||
|
||||
COMMENT= free peer-reviewed portable C++ source libraries
|
||||
|
||||
@ -12,22 +12,22 @@ SO_VERSION= 2.0
|
||||
BOOST_LIBS= boost_date_time boost_date_time-mt \
|
||||
boost_filesystem boost_filesystem-mt \
|
||||
boost_graph boost_graph-mt \
|
||||
boost_iostreams boost_iostreams-mt \
|
||||
boost_math_c99 boost_math_c99-mt \
|
||||
boost_math_c99f boost_math_c99f-mt \
|
||||
boost_math_c99l boost_math_c99l-mt \
|
||||
boost_math_tr1 boost_math_tr1-mt \
|
||||
boost_math_tr1f boost_math_tr1f-mt \
|
||||
boost_math_tr1l boost_math_tr1l-mt \
|
||||
boost_iostreams boost_iostreams-mt \
|
||||
boost_program_options boost_program_options-mt \
|
||||
boost_python boost_python-mt \
|
||||
boost_regex boost_regex-mt \
|
||||
boost_serialization boost_serialization-mt \
|
||||
boost_wserialization boost_wserialization-mt \
|
||||
boost_signals boost_signals-mt \
|
||||
boost_system boost_system-mt \
|
||||
boost_thread-mt \
|
||||
boost_wave boost_wave-mt
|
||||
boost_wave boost_wave-mt \
|
||||
boost_wserialization boost_wserialization-mt
|
||||
.for _lib in ${BOOST_LIBS}
|
||||
SHARED_LIBS+= ${_lib} ${SO_VERSION}
|
||||
.endfor
|
||||
|
Loading…
Reference in New Issue
Block a user