Skip to content

Commit

Permalink
misc/calibre: Fix build with ICU 75
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoon committed Jun 3, 2024
1 parent 72cd877 commit f00eca1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions misc/calibre/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.301 2024/05/29 16:33:30 adam Exp $
# $NetBSD: Makefile,v 1.302 2024/06/03 03:57:38 ryoon Exp $

# Needs update to 6.9.0
DISTNAME= calibre-5.44.0
Expand Down Expand Up @@ -45,9 +45,10 @@ TOOL_DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils

EXTRACT_USING= bsdtar

PYTHON_VERSIONS_INCOMPATIBLE= 27 # as of 5.x
PYTHON_VERSIONS_INCOMPATIBLE= 27 312 # as of 5.x

USE_LANGUAGES= c c++
FORCE_CXX_STD= c++17
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config pax
PYSETUPOPTARGS= # empty
Expand Down

0 comments on commit f00eca1

Please sign in to comment.