Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2013 10:33:31 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r247544 - stable/9/lib
Message-ID:  <201303011033.r21AXVBN098498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303011033.r21AXVBN098498>