clsync: update to 0.4.5.

This commit is contained in:
hazen2215 2023-03-20 19:08:34 +09:00 committed by classabbyamp
parent 74e91eff8c
commit aa46cca5c6
2 changed files with 21 additions and 4 deletions

View file

@ -0,0 +1,13 @@
diff --git a/Makefile.am b/Makefile.am
index 752a022..a99c983 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -96,7 +96,7 @@ compilerflags.h: gencompilerflags
./gencompilerflags > compilerflags.h
gencompilerflags:
- +$(CC) $(gencompilerflags_CFLAGS) gencompilerflags.c -o gencompilerflags
+ +$(BUILD_CC) $(gencompilerflags_CFLAGS) gencompilerflags.c -o gencompilerflags
dist_man_MANS = man/man1/clsync.1
endif

View file

@ -1,8 +1,7 @@
# Template file for 'clsync' # Template file for 'clsync'
pkgname=clsync pkgname=clsync
version=0.4.4 version=0.4.5
revision=1 revision=1
archs="x86_64 i686 ppc64le"
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
makedepends="glib-devel" makedepends="glib-devel"
@ -10,8 +9,13 @@ short_desc="File live sync daemon based on inotify/kqueue/bsm"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="http://ut.mephi.ru/oss/clsync" homepage="http://ut.mephi.ru/oss/clsync"
distfiles="https://github.com/xaionaro/clsync/archive/v${version}.tar.gz" distfiles="https://github.com/clsync/clsync/archive/v${version}.tar.gz"
checksum=8553b67b0bb902b5ff05a50195c5b0102a522b771f4ff8bec7495d9406514622 checksum=dcf6e45914edac00c660942594f0c8958c6c7b9819c11277b7d9eb596f52cb81
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" musl-fts-devel"
LDFLAGS="-lfts"
fi
pre_configure() { pre_configure() {
autoreconf -i autoreconf -i