mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
Add missing patch file, amends 9f99a203a9
Closes: https://bugs.gentoo.org/569006
Closes: https://bugs.gentoo.org/961796
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
19 lines
610 B
Diff
19 lines
610 B
Diff
commit 2581fbd54434df6dc4babd48bb41eaf7f5d6d06a
|
|
Author: orbea <orbea@riseup.net>
|
|
Date: Wed Apr 7 10:01:31 2021 -0700
|
|
|
|
libventrilo3: Fix -version-info typo.
|
|
|
|
diff --git a/libventrilo3/Makefile.am b/libventrilo3/Makefile.am
|
|
index a934acf..c2fea99 100644
|
|
--- a/libventrilo3/Makefile.am
|
|
+++ b/libventrilo3/Makefile.am
|
|
@@ -7,7 +7,7 @@ libventrilo3_la_SOURCES = libventrilo3.c libventrilo3_message.c ventrilo3_hand
|
|
|
|
libventrilo3_la_LIBADD = $(speex_LIBS) $(opus_LIBS) $(LIBS) -lm
|
|
|
|
-libventrilo3_la_LDFLAGS = -version 0:0:0
|
|
+libventrilo3_la_LDFLAGS = -version-info 0:0:0
|
|
|
|
include_HEADERS = ventrilo3.h
|
|
|