svn commit: r484378 - head/devel/liborcus

Jan Beich jbeich at FreeBSD.org
Wed Nov 7 03:04:45 UTC 2018


Author: jbeich
Date: Wed Nov  7 03:04:44 2018
New Revision: 484378
URL: https://svnweb.freebsd.org/changeset/ports/484378

Log:
  devel/liborcus: drop USE_CXXSTD after r484377
  
  PR:		231447

Modified:
  head/devel/liborcus/Makefile   (contents, props changed)

Modified: head/devel/liborcus/Makefile
==============================================================================
--- head/devel/liborcus/Makefile	Wed Nov  7 02:47:38 2018	(r484377)
+++ head/devel/liborcus/Makefile	Wed Nov  7 03:04:44 2018	(r484378)
@@ -16,7 +16,6 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 
 GNU_CONFIGURE=	yes
 USES=		compiler:c++11-lib libtool localbase:ldflags pathfix pkgconfig tar:xz
-USE_CXXSTD=	c++11
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-all mailing list