pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/leptonica



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 31 22:45:33 UTC 2024

Modified Files:
        pkgsrc/graphics/leptonica: Makefile

Log Message:
leptonica: needs c17


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/leptonica/Makefile

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

Modified files:

Index: pkgsrc/graphics/leptonica/Makefile
diff -u pkgsrc/graphics/leptonica/Makefile:1.27 pkgsrc/graphics/leptonica/Makefile:1.28
--- pkgsrc/graphics/leptonica/Makefile:1.27     Fri Jan 19 15:17:11 2024
+++ pkgsrc/graphics/leptonica/Makefile  Wed Jan 31 22:45:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2024/01/19 15:17:11 adam Exp $
+# $NetBSD: Makefile,v 1.28 2024/01/31 22:45:33 wiz Exp $
 
 DISTNAME=      leptonica-1.84.1
 PKGREVISION=   1
@@ -16,6 +16,8 @@ USE_TOOLS+=   pkg-config
 CMAKE_ARGS+=   -DBUILD_PROG=ON
 CMAKE_ARGS+=   -DBUILD_SHARED_LIBS=ON
 
+USE_CC_FEATURES=       c17
+
 # Silence console messages
 CPPFLAGS+=             -DNO_CONSOLE_IO=1
 



Home | Main Index | Thread Index | Old Index