pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/xxhash/files
Module Name: pkgsrc
Committed By: nia
Date: Sat Mar 16 10:34:29 UTC 2024
Modified Files:
pkgsrc/devel/xxhash/files: Makefile
Log Message:
clean up version handling stuff
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/xxhash/files/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/xxhash/files/Makefile
diff -u pkgsrc/devel/xxhash/files/Makefile:1.1 pkgsrc/devel/xxhash/files/Makefile:1.2
--- pkgsrc/devel/xxhash/files/Makefile:1.1 Sat Mar 16 10:12:43 2024
+++ pkgsrc/devel/xxhash/files/Makefile Sat Mar 16 10:34:29 2024
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2024/03/16 10:12:43 nia Exp $
+# $NetBSD: Makefile,v 1.2 2024/03/16 10:34:29 nia Exp $
LIBTOOL?= libtool
MANDIR?= man
MAJOR!= printf '%s\n' "$(PKGVERSION_NOREV)" | cut -d. -f1
-MINOR!= printf '%s\n' "$(PKGVERSION_NOREV)" | cut -d. -f2
-PATCH!= printf '%s\n' "$(PKGVERSION_NOREV)" | cut -d. -f3
XXHSUM_SRC_DIR= cli
@@ -34,7 +32,7 @@ xxh32sum.1 xxh64sum.1 xxh128sum.1: $(XXH
libxxhash.la: xxhash.lo
$(LIBTOOL) --quiet --tag=CC --mode=link \
- $(CC) $(LDFLAGS) -rpath $(PREFIX)/lib -version-info 0:0 -o $@ xxhash.lo
+ $(CC) $(LDFLAGS) -rpath $(PREFIX)/lib -version-info $(MAJOR):0 -o $@ xxhash.lo
xxhsum: xxhash.lo $(XXHSUM_SPLIT_OBJS)
$(LIBTOOL) --quiet --tag=CC --mode=link \
Home |
Main Index |
Thread Index |
Old Index