pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wadgadget: Force C standard to C99
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Wed Jul 1 13:57:25 2026 +0200
Changeset: 9340964f49d5aed514adfffeadc7de4c6dfecaeb
Modified Files:
wadgadget/Makefile
Log Message:
wadgadget: Force C standard to C99
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9340964f49d5aed514adfffeadc7de4c6dfecaeb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wadgadget/Makefile | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diffs:
diff --git a/wadgadget/Makefile b/wadgadget/Makefile
index 92dbef2cec..acf228179f 100644
--- a/wadgadget/Makefile
+++ b/wadgadget/Makefile
@@ -13,17 +13,13 @@ LICENSE= gnu-gpl-v2
.include "../../mk/bsd.prefs.mk"
-USE_CC_FEATURES= c99
+FORCE_C_STD= c99
USE_TOOLS+= gmake pkg-config
-WRKSRC= ${WRKDIR}/WadGadget-wadgadget-0.2
INSTALLATION_DIRS= bin
MAKE_FILE= GNUmakefile
-#do-install:
-# ${INSTALL_PROGRAM} ${WRKSRC}/wadgadget ${DESTDIR}${PREFIX}/bin/
-
PYTHON_VERSIONS_ACCEPTED= 313 312 311 310
.include "../../lang/python/tool.mk"
Home |
Main Index |
Thread Index |
Old Index