pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/nulib2 Honour LDFLAGS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f313b867958
branches:  trunk
changeset: 362452:5f313b867958
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon May 15 13:53:26 2017 +0000

description:
Honour LDFLAGS.

diffstat:

 archivers/nulib2/distinfo                                      |   3 +-
 archivers/nulib2/patches/patch-nufxlib-220_samples_Makefile.in |  15 ++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r abe6763ce8cd -r 5f313b867958 archivers/nulib2/distinfo
--- a/archivers/nulib2/distinfo Mon May 15 13:46:47 2017 +0000
+++ b/archivers/nulib2/distinfo Mon May 15 13:53:26 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2015/11/03 00:56:23 agc Exp $
+$NetBSD: distinfo,v 1.15 2017/05/15 13:53:26 jperkin Exp $
 
 SHA1 (nulibdist-220.tar.gz) = 8b8ca835d4e3e3d8a5e1ae9830fdfd0ed0bb07e3
 RMD160 (nulibdist-220.tar.gz) = a6b0d5bd0d0d413741fd1d46da80ef699f084321
@@ -10,3 +10,4 @@
 SHA1 (patch-ad) = 3793ac2fb1eb67472091c5a902c56d1483e0dd04
 SHA1 (patch-ae) = fb51aefedecd63dcb8c298111652a1782a70d511
 SHA1 (patch-af) = 7caa9a570f5bec136f555e01ca86a6c4c591a7a3
+SHA1 (patch-nufxlib-220_samples_Makefile.in) = 570f3cb4a263fba2b83cb67dc9856ec6ba5d3401
diff -r abe6763ce8cd -r 5f313b867958 archivers/nulib2/patches/patch-nufxlib-220_samples_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/nulib2/patches/patch-nufxlib-220_samples_Makefile.in    Mon May 15 13:53:26 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-nufxlib-220_samples_Makefile.in,v 1.1 2017/05/15 13:53:26 jperkin Exp $
+
+Honour LDFLAGS.
+
+--- nufxlib-220/samples/Makefile.in.orig       2007-02-19 22:57:36.000000000 +0000
++++ nufxlib-220/samples/Makefile.in
+@@ -26,7 +26,7 @@ CFLAGS               = @BUILD_FLAGS@ -I. -I.. @DEFS@
+ ALL_SRCS      = Exerciser.c ImgConv.c Launder.c TestBasic.c \
+                         TestExtract.c TestSimple.c TestTwirl.c
+ 
+-NUFXLIB               = -L.. -lnufx
++NUFXLIB               = -L.. -lnufx @LDFLAGS@
+ 
+ PRODUCTS      = exerciser imgconv launder test-basic test-extract test-simple \
+                               test-twirl



Home | Main Index | Thread Index | Old Index