pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ocp



Module Name:    pkgsrc
Committed By:   nros
Date:           Wed Dec 18 20:23:09 UTC 2024

Modified Files:
        pkgsrc/audio/ocp: distinfo
Added Files:
        pkgsrc/audio/ocp/patches: patch-goodies_helpc_Makefile.in

Log Message:
audio/ocp: resurrect patch-goodies_helpc_Makefile.in to fix build when libz is not in /usr/lib


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/ocp/distinfo
cvs rdiff -u -r0 -r1.3 \
    pkgsrc/audio/ocp/patches/patch-goodies_helpc_Makefile.in

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

Modified files:

Index: pkgsrc/audio/ocp/distinfo
diff -u pkgsrc/audio/ocp/distinfo:1.17 pkgsrc/audio/ocp/distinfo:1.18
--- pkgsrc/audio/ocp/distinfo:1.17      Thu Apr 18 08:44:11 2024
+++ pkgsrc/audio/ocp/distinfo   Wed Dec 18 20:23:09 2024
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.17 2024/04/18 08:44:11 wiz Exp $
+$NetBSD: distinfo,v 1.18 2024/12/18 20:23:09 nros Exp $
 
 BLAKE2s (ocp-0.2.109.tar.gz) = a7ce3e6f6dda90a5d4aafd98c177948751e2064fad3d028744cdd5ab5cb963a2
 SHA512 (ocp-0.2.109.tar.gz) = 78446dff3b083b39c94d512d3122c00cc9bc2b9cdd51ccba60da5f7d878e6265857bfbe60403bc21d728d1116fc1f4dee27c9139a85e28a3c3557b765bf8a9bb
 Size (ocp-0.2.109.tar.gz) = 6224802 bytes
 SHA1 (patch-configure) = b1fa4d795fe13b9d6b9875d295a921d99fcacbc4
+SHA1 (patch-goodies_helpc_Makefile.in) = 0f324d34fa6316986049bc6662cb32460f8094d1

Added files:

Index: pkgsrc/audio/ocp/patches/patch-goodies_helpc_Makefile.in
diff -u /dev/null pkgsrc/audio/ocp/patches/patch-goodies_helpc_Makefile.in:1.3
--- /dev/null   Wed Dec 18 20:23:09 2024
+++ pkgsrc/audio/ocp/patches/patch-goodies_helpc_Makefile.in    Wed Dec 18 20:23:09 2024
@@ -0,0 +1,12 @@
+$NetBSD: patch-goodies_helpc_Makefile.in,v 1.3 2024/12/18 20:23:09 nros Exp $
+
+Ensure libraries are found.
+
+--- goodies/helpc/Makefile.in.orig     2024-12-18 20:10:50.144993948 +0000
++++ goodies/helpc/Makefile.in
+@@ -14,4 +14,4 @@ ocphhc.o: ocphhc.c
+       $(CC_FOR_BUILD) -I../../ ocphhc.c -o $@ -c
+ 
+ ocphhc: ocphhc.o
+-      $(CC_FOR_BUILD) -o $@ $^ -lz @EFENCE_LIBS@ @DUMA_LIBS@
++      $(CC_FOR_BUILD) -o $@ $^ $(LDFLAGS) -lz @EFENCE_LIBS@ @DUMA_LIBS@



Home | Main Index | Thread Index | Old Index