pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/uhd
Module Name: pkgsrc
Committed By: gdt
Date: Sun Mar 31 00:53:41 UTC 2019
Modified Files:
pkgsrc/ham/uhd: Makefile
Log Message:
ham/uhd: Deeclare gnu++11 instead of c++11
Upstream does not document language requirements, but this lets it
build on netbsd-8 so it must be right.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/ham/uhd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/ham/uhd/Makefile
diff -u pkgsrc/ham/uhd/Makefile:1.44 pkgsrc/ham/uhd/Makefile:1.45
--- pkgsrc/ham/uhd/Makefile:1.44 Fri Mar 22 17:58:27 2019
+++ pkgsrc/ham/uhd/Makefile Sun Mar 31 00:53:41 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2019/03/22 17:58:27 adam Exp $
+# $NetBSD: Makefile,v 1.45 2019/03/31 00:53:41 gdt Exp $
DISTNAME= uhd-3.13.1.0
CATEGORIES= ham
@@ -24,8 +24,14 @@ CMAKE_ARGS+= -DENABLE_PYTHON3=ON
# Upstream says C++11 is required, even though it is not documented.
# It is documented that gcc 4.8 is required, when using gcc.
# https://github.com/EttusResearch/uhd/issues/236
+#
+# Upstream does not seem to have any documentation that gnu++11 is
+# required, but it builds with tha and not with c++11 on netbsd-8. No
+# ticket filed because #236 resulted in in-ticket clarification only
+# (and not a doc edit), and having experimented no clarification is
+# needed.
USE_CMAKE= yes
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c gnu++11
USE_TOOLS+= pkg-config
GCC_REQD+= 4.8
# to avoid extra pax_global_header
Home |
Main Index |
Thread Index |
Old Index