pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/WCMCommander



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Sep 24 08:13:10 UTC 2022

Modified Files:
        pkgsrc/sysutils/WCMCommander: Makefile

Log Message:
WCMCommander: needs gnu language variant for alloca builtin


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/WCMCommander/Makefile

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

Modified files:

Index: pkgsrc/sysutils/WCMCommander/Makefile
diff -u pkgsrc/sysutils/WCMCommander/Makefile:1.3 pkgsrc/sysutils/WCMCommander/Makefile:1.4
--- pkgsrc/sysutils/WCMCommander/Makefile:1.3   Sat Jan 18 21:50:50 2020
+++ pkgsrc/sysutils/WCMCommander/Makefile       Sat Sep 24 08:13:10 2022
@@ -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_LANGUAGES=        c c++
 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