pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/exiv2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jul 10 14:12:27 UTC 2025

Modified Files:
        pkgsrc/graphics/exiv2: Makefile

Log Message:
exiv2: Catch up with SunOS iconv const change.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/graphics/exiv2/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/exiv2/Makefile
diff -u pkgsrc/graphics/exiv2/Makefile:1.70 pkgsrc/graphics/exiv2/Makefile:1.71
--- pkgsrc/graphics/exiv2/Makefile:1.70 Sun Mar  2 09:41:02 2025
+++ pkgsrc/graphics/exiv2/Makefile      Thu Jul 10 14:12:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2025/03/02 09:41:02 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2025/07/10 14:12:27 jperkin Exp $
 
 DISTNAME=      exiv2-0.28.5
 CATEGORIES=    graphics
@@ -29,7 +29,7 @@ CMAKE_CONFIGURE_ARGS+=        -DIntl_INCLUDE_DI
 LDFLAGS.Linux+=        -ldl
 LDFLAGS.SunOS+=        -lsocket -lnsl
 
-CXXFLAGS.SunOS+=       -fPIC -DICONV_ACCEPTS_CONST_INPUT
+CXXFLAGS.SunOS+=       -fPIC
 
 PKGCONFIG_OVERRIDE=    cmake/exiv2.pc.in
 



Home | Main Index | Thread Index | Old Index