pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/libunwind
Module Name: pkgsrc
Committed By: kamil
Date: Fri May 5 23:20:50 UTC 2017
Modified Files:
pkgsrc/lang/libunwind: Makefile
Log Message:
Reduce diff with pkgsrc-wip/libunwind
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/libunwind/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/libunwind/Makefile
diff -u pkgsrc/lang/libunwind/Makefile:1.5 pkgsrc/lang/libunwind/Makefile:1.6
--- pkgsrc/lang/libunwind/Makefile:1.5 Fri Mar 17 22:38:18 2017
+++ pkgsrc/lang/libunwind/Makefile Fri May 5 23:20:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/03/17 22:38:18 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/05/05 23:20:50 kamil Exp $
DISTNAME= libunwind-4.0.0.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -19,8 +19,8 @@ USE_CMAKE= yes
GCC_REQD+= 4.8
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
-CMAKE_ARGS+= -DCMAKE_C_COMPILER=gcc
-CMAKE_ARGS+= -DCMAKE_CXX_COMPILER=g++
+CMAKE_ARGS+= -DCMAKE_C_COMPILER=${CC:Q}
+CMAKE_ARGS+= -DCMAKE_CXX_COMPILER=${CXX:Q}
CMAKE_ARG_PATH= ${WRKSRC}
Home |
Main Index |
Thread Index |
Old Index