pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

coreclr-git: Move comment to other line



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Apr 20 04:51:04 2016 +0200
Changeset:	89b69466a61099cc8fd179f7cc84b3b0f74a6eb1

Modified Files:
	coreclr-git/Makefile

Log Message:
coreclr-git: Move comment to other line

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=89b69466a61099cc8fd179f7cc84b3b0f74a6eb1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 coreclr-git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/coreclr-git/Makefile b/coreclr-git/Makefile
index 3c3f597..5cc4596 100644
--- a/coreclr-git/Makefile
+++ b/coreclr-git/Makefile
@@ -14,9 +14,9 @@ LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
-# We need to set CMake this way to get defined CMAKE_ARGS
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	bash pax
+# We need to set CMake this way to get defined CMAKE_ARGS
 USE_CMAKE=	yes
 CMAKE_ARGS+=	-DCORECLR_SET_RPATH:BOOL=OFF
 


Home | Main Index | Thread Index | Old Index