Index | Thread | Search

From:
Rubén Llorente <porting@use.startmail.com>
Subject:
[SMALL FIX] archivers/lrzip
To:
ports@openbsd.org
Date:
Mon, 22 Apr 2024 11:13:00 +0000

Download raw body.

Thread
  • Rubén Llorente:

    [SMALL FIX] archivers/lrzip

Hello,

lrzip's ZPAQ has been broken since this port got added to the tree.

This patch fixes it. It has been working for years for me.

diff -u -p -r1.3 Makefile
--- Makefile    4 Nov 2022 15:05:10 -0000       1.3
+++ Makefile    22 Apr 2024 11:12:34 -0000
@@ -3,7 +3,7 @@ COMMENT =       compression utility for large
  GH_ACCOUNT =   ckolivas
  GH_PROJECT =   lrzip
  GH_TAGNAME =   v0.651
-REVISION =     0
+REVISION =     1

  CATEGORIES =   archivers

@@ -24,7 +24,7 @@ RUN_DEPENDS = shells/bash

  CONFIGURE_STYLE = autoreconf
  CONFIGURE_ARGS = --disable-doc
-CONFIGURE_ENV =        CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV =        CPPFLAGS="-I${LOCALBASE}/include -DNOJIT" \
                 LDFLAGS="-L${LOCALBASE}/lib" \
                 ac_cv_prog_ASM_PROG='no '
  # don't pick up archivers/nasm; it breaks build