Skip to content

Commit

Permalink
Add INI support as per: Exiv2/exiv2#2746
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacoutot committed Mar 30, 2024
1 parent e2cdc04 commit bad5ae6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions graphics/exiv2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ GH_PROJECT= exiv2
GH_TAGNAME= v0.28.2
EPOCH= 0

REVISION= 0

SHARED_LIBS += exiv2 13.0

HOMEPAGE= https://www.exiv2.org/
Expand All @@ -16,8 +18,8 @@ MAINTAINER= Antoine Jacoutot <[email protected]>
# GPLv2+
PERMIT_PACKAGE= Yes

WANTLIB += ${COMPILER_LIBCXX} brotlicommon brotlidec c expat iconv
WANTLIB += intl m z
WANTLIB += ${COMPILER_LIBCXX} INIReader brotlicommon brotlidec
WANTLIB += c expat iconv inih intl m z

COMPILER= base-clang ports-gcc base-gcc

Expand All @@ -26,10 +28,10 @@ MODULES= devel/cmake
BUILD_DEPENDS= devel/gettext,-tools

LIB_DEPENDS= archivers/brotli \
devel/gettext,-runtime
devel/gettext,-runtime \
textproc/libinih

CONFIGURE_ARGS= -DEXIV2_ENABLE_NLS=ON \
-DEXIV2_ENABLE_INIH=OFF
CONFIGURE_ARGS= -DEXIV2_ENABLE_NLS=ON

FIX_CRLF_FILES= cmake/compilerFlags.cmake

Expand Down

0 comments on commit bad5ae6

Please sign in to comment.