pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/WCMCommander WCMCommander: needs gnu language...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d10d866131f
branches:  trunk
changeset: 385689:1d10d866131f
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Sep 24 08:13:10 2022 +0000

description:
WCMCommander: needs gnu language variant for alloca builtin

diffstat:

 sysutils/WCMCommander/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 7c12d68f35e6 -r 1d10d866131f sysutils/WCMCommander/Makefile
--- a/sysutils/WCMCommander/Makefile    Sat Sep 24 08:09:27 2022 +0000
+++ b/sysutils/WCMCommander/Makefile    Sat Sep 24 08:13:10 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 21:50:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2022/09/24 08:13:10 nia Exp $
 
 DISTNAME=      WCMCommander-0.20.0
 PKGREVISION=   2
@@ -18,6 +18,9 @@
 USE_TOOLS+=    gmake
 CMAKE_ARGS+=   -DWITH_SMBCLIENT:BOOL=OFF
 
+# Needs gnu for alloca builtin
+BUILDLINK_TRANSFORM+=  opt:-std=c++11:-std=gnu++11
+
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../security/libssh2/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"



Home | Main Index | Thread Index | Old Index