pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/iniparser iniparser: make libtool tags explicit
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae74e4883b99
branches: trunk
changeset: 444797:ae74e4883b99
user: nia <nia%pkgsrc.org@localhost>
date: Wed Jan 13 09:11:16 2021 +0000
description:
iniparser: make libtool tags explicit
build fix for uh... my laptop, i guess NetBSD 9.99.77 x86_64
diffstat:
devel/iniparser/distinfo | 4 ++--
devel/iniparser/patches/patch-Makefile | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (40 lines):
diff -r b6e3f754433d -r ae74e4883b99 devel/iniparser/distinfo
--- a/devel/iniparser/distinfo Wed Jan 13 09:08:48 2021 +0000
+++ b/devel/iniparser/distinfo Wed Jan 13 09:11:16 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:27:35 agc Exp $
+$NetBSD: distinfo,v 1.4 2021/01/13 09:11:16 nia Exp $
SHA1 (iniparser-3.1.tar.gz) = 41eae7b414cad9cd42ae2c2a64394c10d7ab655e
RMD160 (iniparser-3.1.tar.gz) = 164665a6f905dc0a272cbcf6ae33e20a56d0fc6b
SHA512 (iniparser-3.1.tar.gz) = 8fd8324c5629fdc3e3eff00afb5f0832402ccc760c5b92db82aa29b340ec891419ca2c4fee3a4d4d67cf9bc51c76b095bc0c458e087c2b8e72ac36867c47ae86
Size (iniparser-3.1.tar.gz) = 39097 bytes
-SHA1 (patch-Makefile) = 208a7f897f83d36a2b299b28021b532b05da1469
+SHA1 (patch-Makefile) = 51c01cb713c7be6c87ca81ba1111f88fb29f6920
diff -r b6e3f754433d -r ae74e4883b99 devel/iniparser/patches/patch-Makefile
--- a/devel/iniparser/patches/patch-Makefile Wed Jan 13 09:08:48 2021 +0000
+++ b/devel/iniparser/patches/patch-Makefile Wed Jan 13 09:11:16 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.2 2013/11/29 12:54:24 joerg Exp $
+$NetBSD: patch-Makefile,v 1.3 2021/01/13 09:11:16 nia Exp $
* Libtoolized
* Add install targets
@@ -21,7 +21,7 @@
SUFFIXES = .o .c .h .a .so .sl
-COMPILE.c=$(CC) $(CFLAGS) -c
-+COMPILE.c=${LIBTOOL} --mode=compile $(CC) $(CFLAGS) -c
++COMPILE.c=${LIBTOOL} --mode=compile --tag=CC $(CC) $(CFLAGS) -c
.c.o:
@(echo "compiling $< ...")
@($(COMPILE.c) -o $@ $<)
@@ -40,7 +40,7 @@
- @$(SHLD) $(LDSHFLAGS) -o $@.0 $(OBJS) $(LDFLAGS) \
- -Wl,-soname=`basename $@`.0
-
-+ @(${LIBTOOL} --mode=link \
++ @(${LIBTOOL} --mode=link --tag=CC \
+ ${CC} -o ${.TARGET:.a=.la} \
+ ${LDSHFLAGS} \
+ ${OBJS:.o=.lo} \
Home |
Main Index |
Thread Index |
Old Index