pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lha: add --disable-multibyte-filename, per INSTALL file.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Thu Dec 17 18:19:03 2020 +0100
Changeset:	2e6c61840ac0b20595b8855d0e0f4b3b2d8074ca

Modified Files:
	lha/Makefile

Log Message:
lha: add --disable-multibyte-filename, per INSTALL file.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2e6c61840ac0b20595b8855d0e0f4b3b2d8074ca

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lha/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/lha/Makefile b/lha/Makefile
index 31dcb4dfaf..6535fb9490 100644
--- a/lha/Makefile
+++ b/lha/Makefile
@@ -12,6 +12,8 @@ HOMEPAGE=	https://github.com/jca02266/lha
 COMMENT=	Archive files using LZW compression (.lzh files)
 LICENSE=	lha-license
 
+CONFIGURE_ARGS+=	--disable-multibyte-filename
+
 RESTRICTED=		Other than for-free distribution of the unmodified \
 			source over a network, redistribution terms are complex.
 NO_SRC_ON_CDROM=	${RESTRICTED}


Home | Main Index | Thread Index | Old Index