Hello,

this is a small update to the Makefile.

The current port does not support zpaq compression on OpenBSD. The
following change allows lrzip to use zpaq compression.



-- 
OpenPGP Key Fingerprint:
543F EB89 7FDE 8E33 AFF7 E794 E4AB 4807 58F7 6C76
--- Makefile.orig       Fri Nov  4 16:05:10 2022
+++ Makefile    Tue Apr 25 18:04:38 2023
@@ -3,7 +3,7 @@
 GH_ACCOUNT =   ckolivas
 GH_PROJECT =   lrzip
 GH_TAGNAME =   v0.651
-REVISION =     0
+REVISION =     1
 
 CATEGORIES =   archivers
 
@@ -24,7 +24,7 @@
 
 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

Reply via email to