svn commit: r335561 - in head: games/spring lang/io

Max Brazhnikov makc at FreeBSD.org
Tue Dec 3 11:33:39 UTC 2013


Author: makc
Date: Tue Dec  3 11:33:38 2013
New Revision: 335561
URL: http://svnweb.freebsd.org/changeset/ports/335561

Log:
  - Fix CMAKE_BUILD_TYPE usage
  
  Approved by:	maintainers

Modified:
  head/games/spring/Makefile
  head/lang/io/Makefile

Modified: head/games/spring/Makefile
==============================================================================
--- head/games/spring/Makefile	Tue Dec  3 11:31:55 2013	(r335560)
+++ head/games/spring/Makefile	Tue Dec  3 11:33:38 2013	(r335561)
@@ -50,7 +50,8 @@ NO_STAGE=	yes
 .if defined(WITH_SYNC_DEBUG)
 CFLAGS=		# empty
 CXXFLAGS=	# empty
-CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=DEBUG2 -DTRACE_SYNC=true -DSYNCDEBUG=true
+CMAKE_ARGS+=	-DTRACE_SYNC=true -DSYNCDEBUG=true
+CMAKE_BUILD_TYPE=	DEBUG2
 .endif
 
 post-patch:

Modified: head/lang/io/Makefile
==============================================================================
--- head/lang/io/Makefile	Tue Dec  3 11:31:55 2013	(r335560)
+++ head/lang/io/Makefile	Tue Dec  3 11:33:38 2013	(r335561)
@@ -17,7 +17,6 @@ GH_COMMIT=	23afbcc
 
 USE_LDCONFIG=	yes
 USES=		cmake:outsource
-CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=release
 
 PORTDOCS=	*
 PORTEXAMPLES=	*


More information about the svn-ports-head mailing list