pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/genpasswd/patches



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Sep  3 14:39:37 UTC 2026

Added Files:
        pkgsrc/sysutils/genpasswd/patches: patch-Makefile

Log Message:
genpasswd: Actually add patches too

Accidentally missed in previous commit.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/genpasswd/patches/patch-Makefile

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

Added files:

Index: pkgsrc/sysutils/genpasswd/patches/patch-Makefile
diff -u /dev/null pkgsrc/sysutils/genpasswd/patches/patch-Makefile:1.1
--- /dev/null   Thu Sep  3 14:39:37 2026
+++ pkgsrc/sysutils/genpasswd/patches/patch-Makefile    Thu Sep  3 14:39:36 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile,v 1.1 2026/09/03 14:39:36 leot Exp $
+
+Honor LDFLAGS
+
+--- Makefile.orig      2026-09-03 14:36:06.748585061 +0000
++++ Makefile
+@@ -46,7 +46,7 @@ FILES        =       Makefile \
+               genpasswd.man
+ 
+ $(PROG): genpasswd.o
+-      $(CC) $(CFLAGS) -o $@ $? $(LIBS)
++      $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $? $(LIBS)
+ 
+ inst-all: install install.man
+ 



Home | Main Index | Thread Index | Old Index