pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(ham/wsjtx) for 10.99.12, GCC 12 seems to have problem, ask for 14
Module Name: pkgsrc-wip
Committed By: Makoto mef20 Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By: mef
Date: Mon Jan 27 07:06:12 2025 +0900
Changeset: 8eccee3000db5bb2826948428955d9bd7e10180f
Modified Files:
wsjtx/Makefile
Log Message:
(ham/wsjtx) for 10.99.12, GCC 12 seems to have problem, ask for 14
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8eccee3000db5bb2826948428955d9bd7e10180f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wsjtx/Makefile | 8 ++++++++
1 file changed, 8 insertions(+)
diffs:
diff --git a/wsjtx/Makefile b/wsjtx/Makefile
index 2131683fdf..4a4fd82b0d 100644
--- a/wsjtx/Makefile
+++ b/wsjtx/Makefile
@@ -19,6 +19,14 @@ USE_LANGUAGES+= c c++ fortran
USE_TOOLS+= pkg-config gmake tar
USE_LIBTOOL= yes
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+. if ${OPSYS_VERSION} >109900
+GCC_REQD+= 14
+. endif
+.endif
+
DEPENDS+= qt5-qttranslations-[0-9]*:../../x11/qt5-qttranslations
CMAKE_CONFIGURE_ARGS+= -DNVTT_SHARED=ON
Home |
Main Index |
Thread Index |
Old Index