svn commit: r366896 - in head/textproc/randlm: . files

Dmitry Sivachenko demon at FreeBSD.org
Mon Sep 1 16:23:30 UTC 2014


Author: demon
Date: Mon Sep  1 16:23:29 2014
New Revision: 366896
URL: http://svnweb.freebsd.org/changeset/ports/366896
QAT: https://qat.redports.org/buildarchive/r366896/

Log:
  Do not insist on c++11.

Deleted:
  head/textproc/randlm/files/patch-src-RandLM-RandLM.h
  head/textproc/randlm/files/patch-src-RandLM-RandLMPreproc.h
  head/textproc/randlm/files/patch-src-RandLM-RandLMQuantiser.h
Modified:
  head/textproc/randlm/Makefile

Modified: head/textproc/randlm/Makefile
==============================================================================
--- head/textproc/randlm/Makefile	Mon Sep  1 16:15:53 2014	(r366895)
+++ head/textproc/randlm/Makefile	Mon Sep  1 16:23:29 2014	(r366896)
@@ -21,7 +21,7 @@ AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
 USES=		libtool compiler:c++11-lang
 MAKE_JOBS_UNSAFE=yes
-CXXFLAGS+=	-std=c++11 -I${LOCALBASE}/include
+CXXFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 post-patch:


More information about the svn-ports-head mailing list