svn commit: r247544 - stable/9/lib
Dag-Erling Smørgrav
des at FreeBSD.org
Fri Mar 1 10:33:31 UTC 2013
Author: des
Date: Fri Mar 1 10:33:31 2013
New Revision: 247544
URL: http://svnweb.freebsd.org/changeset/base/247544
Log:
MFH (r246328): sort knobs
Modified:
stable/9/lib/Makefile (contents, props changed)
Directory Properties:
stable/9/lib/ (props changed)
Modified: stable/9/lib/Makefile
==============================================================================
--- stable/9/lib/Makefile Fri Mar 1 10:23:36 2013 (r247543)
+++ stable/9/lib/Makefile Fri Mar 1 10:33:31 2013 (r247544)
@@ -169,6 +169,11 @@ _libiconv_modules= libiconv_modules
_libipx= libipx
.endif
+.if ${MK_LIBCPLUSPLUS} != "no"
+_libcxxrt= libcxxrt
+_libcplusplus= libc++
+.endif
+
.if ${MK_LIBTHR} != "no"
_libthr= libthr
.endif
@@ -214,11 +219,6 @@ _libsmb= libsmb
_libmp= libmp
.endif
-.if ${MK_LIBCPLUSPLUS} != "no"
-_libcxxrt= libcxxrt
-_libcplusplus= libc++
-.endif
-
.if ${MK_PMC} != "no"
_libpmc= libpmc
.endif
More information about the svn-src-stable-9
mailing list