pkgsrc-WIP-changes archive

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

fltk2: Update language declaration to new style



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jan 31 11:22:14 2025 +0100
Changeset:	8ad2ca9ca453c387d9505be274d71b31fab53276

Modified Files:
	fltk2/Makefile

Log Message:
fltk2: Update language declaration to new style

Without version in USE_LANGUAGES.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8ad2ca9ca453c387d9505be274d71b31fab53276

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

diffstat:
 fltk2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/fltk2/Makefile b/fltk2/Makefile
index 9ac7b984a1..3977895d39 100644
--- a/fltk2/Makefile
+++ b/fltk2/Makefile
@@ -15,7 +15,7 @@ COMMENT=	Fast Light Tool Kit for graphical user interfaces
 # The LGPL license is relaxed to allow static linking
 LICENSE=	gnu-lgpl-v2
 
-USE_LANGUAGES=		c c++03
+USE_LANGUAGES=		c c++
 USE_TOOLS+=		autoconf gmake
 
 WRKSRC=			${WRKDIR}/fltk-legacy-branch-2.0


Home | Main Index | Thread Index | Old Index