diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-03-22 02:39:34 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-03-22 03:19:59 +0800 |
commit | efd6fc6ec6a172223239df7dc1293da351c13428 (patch) | |
tree | cd8138ae5ba66be859e6f3e5982143e45a218be1 /archivers/libmspack/files/patch-Makefile.in | |
parent | d4898f6695148c25bd78ded4eb6b02f35c2a720a (diff) | |
download | freebsd-ports-efd6fc6ec6a172223239df7dc1293da351c13428.zip |
archivers/libmspack: Update to 0.11alpha
- Update WWW and clean up pkg-descr
Changes: https://github.com/kyz/libmspack/blob/master/libmspack/ChangeLog
Diffstat (limited to 'archivers/libmspack/files/patch-Makefile.in')
-rw-r--r-- | archivers/libmspack/files/patch-Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/libmspack/files/patch-Makefile.in b/archivers/libmspack/files/patch-Makefile.in index f2e686674f13..d4c7e7c8eeb9 100644 --- a/archivers/libmspack/files/patch-Makefile.in +++ b/archivers/libmspack/files/patch-Makefile.in @@ -1,9 +1,9 @@ ---- Makefile.in.orig 2019-03-04 09:39:18 UTC +--- Makefile.in.orig 2023-02-05 13:51:42 UTC +++ Makefile.in -@@ -92,7 +92,7 @@ POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ - # add "-DMSPACK_NO_DEFAULT_SYSTEM" to remove default mspack_system +@@ -95,7 +95,7 @@ host_triplet = @host@ + # however, note that many of the tests and examples provided DO rely on the + # default mspack_system and will fail without it -- any program with a call + # like "mspack_create_...(NULL)" expects a default mspack_system. -@GCC_TRUE@am__append_1 = -Wall -Wextra -Wno-unused-parameter -Wno-unused-result +@GCC_TRUE@am__append_1 = -Wall -Wextra -Wno-unused-parameter noinst_PROGRAMS = examples/cabd_memory$(EXEEXT) \ |