pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/qiv



Module Name:    pkgsrc
Committed By:   snj
Date:           Tue Oct  5 23:54:27 UTC 2021

Modified Files:
        pkgsrc/graphics/qiv: distinfo
Added Files:
        pkgsrc/graphics/qiv/patches: patch-Makefile

Log Message:
qiv: respect LDFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/qiv/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/qiv/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/qiv/distinfo
diff -u pkgsrc/graphics/qiv/distinfo:1.13 pkgsrc/graphics/qiv/distinfo:1.14
--- pkgsrc/graphics/qiv/distinfo:1.13   Sat May 16 17:58:28 2020
+++ pkgsrc/graphics/qiv/distinfo        Tue Oct  5 23:54:26 2021
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.13 2020/05/16 17:58:28 nia Exp $
+$NetBSD: distinfo,v 1.14 2021/10/05 23:54:26 snj Exp $
 
 SHA1 (qiv-2.3.2.tgz) = 3fe6a696f97466834705bfe9091ecc5a4c1e338c
 RMD160 (qiv-2.3.2.tgz) = 0ebbe5b6dfa64f363595c3f6da6071134fc5a8d3
 SHA512 (qiv-2.3.2.tgz) = c4636591f79e8e4c13807433a4101a461e614439e497a5637b958bd9d0937b04515854483d4060d9b1004d6c6060b437d634fdbe491eb0747a660ba65240472d
 Size (qiv-2.3.2.tgz) = 133614 bytes
+SHA1 (patch-Makefile) = 0c8d2368383e3b254dd127aa72dfa973418440a2

Added files:

Index: pkgsrc/graphics/qiv/patches/patch-Makefile
diff -u /dev/null pkgsrc/graphics/qiv/patches/patch-Makefile:1.1
--- /dev/null   Tue Oct  5 23:54:27 2021
+++ pkgsrc/graphics/qiv/patches/patch-Makefile  Tue Oct  5 23:54:27 2021
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile,v 1.1 2021/10/05 23:54:27 snj Exp $
+
+--- Makefile.orig      2021-10-05 16:42:59.959553303 -0700
++++ Makefile   2021-10-05 16:43:57.778103315 -0700
+@@ -116,7 +116,7 @@ DEFINES_G = $(DEFINES) -DDEBUG
+ all: $(PROGRAM)
+ 
+ $(PROGRAM): $(OBJS)
+-      $(CC) $(CFLAGS) $(DEFINES) $(OBJS) $(LIBS) -o $(PROGRAM)
++      $(CC) $(CFLAGS) $(DEFINES) $(OBJS) $(LIBS) $(LDFLAGS) -o $(PROGRAM)
+ 
+ $(OBJS): %.o: %.c $(HEADERS) Makefile
+       $(CC) -c $(CFLAGS) $(DEFINES) $(INCLUDES) $< -o $@



Home | Main Index | Thread Index | Old Index