Skip to content

Commit

Permalink
qt5-qtwebkit: does not build with ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jan 26, 2023
1 parent 0a51b74 commit b811b0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion x11/qt5-qtwebkit/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.105 2023/01/25 22:27:02 wiz Exp $
# $NetBSD: Makefile,v 1.106 2023/01/26 14:56:39 wiz Exp $

QTWKVERSION= 5.212.0-alpha4
DISTNAME= qtwebkit-${QTWKVERSION}
Expand Down Expand Up @@ -28,6 +28,9 @@ CONFIGURE_DIRS= _build
CMAKE_INSTALL_PREFIX= ${PREFIX}/qt5
TEST_TARGET= test

# Source/JavaScriptCore/offlineasm/parser.rb:587:in `block in parseSequence': undefined method `=~'
RUBY_VERSIONS_INCOMPATIBLE= 32

CMAKE_ARGS+= -DPORT=Qt
CMAKE_ARGS+= -DENABLE_TOOLS=OFF
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit b811b0c

Please sign in to comment.