pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/SDL2_image SDL2_image: Always specify a tag w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a5fa47e766d3
branches: trunk
changeset: 426489:a5fa47e766d3
user: nia <nia%pkgsrc.org@localhost>
date: Wed Apr 01 10:24:05 2020 +0000
description:
SDL2_image: Always specify a tag when linking
diffstat:
graphics/SDL2_image/distinfo | 3 ++-
graphics/SDL2_image/patches/patch-Makefile.in | 27 +++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 1 deletions(-)
diffs (44 lines):
diff -r 1b7ebda2c575 -r a5fa47e766d3 graphics/SDL2_image/distinfo
--- a/graphics/SDL2_image/distinfo Wed Apr 01 10:21:55 2020 +0000
+++ b/graphics/SDL2_image/distinfo Wed Apr 01 10:24:05 2020 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2019/07/07 05:46:51 nia Exp $
+$NetBSD: distinfo,v 1.7 2020/04/01 10:24:05 nia Exp $
SHA1 (SDL2_image-2.0.5.tar.gz) = c0aed07994f670a3758f6b8b93d9034a58df5781
RMD160 (SDL2_image-2.0.5.tar.gz) = e876034e5d2f3f12940b6edeab91746bd48228f3
SHA512 (SDL2_image-2.0.5.tar.gz) = 77e743d3f32707e015b290c1379ae3c7d7a3fe265995713267f0d0ec6517de4808f0de9890b5ab28445941af5bc9fbff346620629e0d7d7e9f365262cab05ee7
Size (SDL2_image-2.0.5.tar.gz) = 11736518 bytes
+SHA1 (patch-Makefile.in) = 223b48a4b66e9138fdd3b2aae82af16e493dd703
SHA1 (patch-configure) = fe18749571cdf44e0a66f7716b35b45dbb6ae203
diff -r 1b7ebda2c575 -r a5fa47e766d3 graphics/SDL2_image/patches/patch-Makefile.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/SDL2_image/patches/patch-Makefile.in Wed Apr 01 10:24:05 2020 +0000
@@ -0,0 +1,27 @@
+$NetBSD: patch-Makefile.in,v 1.3 2020/04/01 10:24:05 nia Exp $
+
+libtool: link: unable to infer tagged configuration
+libtool: error: specify a tag with '--tag'
+
+Always specify a tag when linking.
+
+--- Makefile.in.orig 2019-06-30 04:52:11.000000000 +0000
++++ Makefile.in
+@@ -161,7 +161,7 @@ AM_V_lt = $(am__v_lt_@AM_V@)
+ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+ am__v_lt_0 = --silent
+ am__v_lt_1 =
+-libSDL2_image_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
++libSDL2_image_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(OBJCLD) $(AM_OBJCFLAGS) \
+ $(OBJCFLAGS) $(libSDL2_image_la_LDFLAGS) $(LDFLAGS) -o $@
+ showimage_SOURCES = showimage.c
+@@ -221,7 +221,7 @@ am__v_OBJC_ = $(am__v_OBJC_@AM_DEFAULT_V
+ am__v_OBJC_0 = @echo " OBJC " $@;
+ am__v_OBJC_1 =
+ OBJCLD = $(OBJC)
+-OBJCLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
++OBJCLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ --mode=link $(OBJCLD) $(AM_OBJCFLAGS) $(OBJCFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ AM_V_OBJCLD = $(am__v_OBJCLD_@AM_V@)
Home |
Main Index |
Thread Index |
Old Index