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
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to