pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/exifprobe



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar 18 10:09:22 UTC 2026

Modified Files:
        pkgsrc/graphics/exifprobe: Makefile

Log Message:
exifprobe: Fix build on SunOS with recent gcc


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/exifprobe/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/exifprobe/Makefile
diff -u pkgsrc/graphics/exifprobe/Makefile:1.9 pkgsrc/graphics/exifprobe/Makefile:1.10
--- pkgsrc/graphics/exifprobe/Makefile:1.9      Fri Aug 19 01:01:28 2022
+++ pkgsrc/graphics/exifprobe/Makefile  Wed Mar 18 10:09:21 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/08/19 01:01:28 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2026/03/18 10:09:21 nia Exp $
 #
 
 DISTNAME=              exifprobe-2.1.0.20201230
@@ -15,6 +15,7 @@ LICENSE=      modified-bsd
 MAKE_JOBS_SAFE=        no
 
 CFLAGS.SunOS+=         -Du_int32_t=uint32_t
+CFLAGS.SunOS+=         -D__EXTENSIONS__
 
 INSTALL_MAKE_FLAGS=    MANDIR=${PREFIX}/${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index