freebsd-ports/audio/sndio/files/patch-libsndio_Makefile.in
Tobias Kortkamp 4b01ae4d02 audio/sndio: Update to 1.4.0
There are no code changes in libsndio, but the major/minor of libsndio
was bumped to 7.0 in this release to match libsndio on OpenBSD
regardless.  On OpenBSD some private symbols were hidden via a version
script.  This is not yet part of the portable release.  Avoid causing
unnecessary churn and keep using 6.1 for the time being.
2018-01-13 12:45:07 +00:00

13 lines
222 B
Text

--- libsndio/Makefile.in.orig 2018-01-13 12:32:33 UTC
+++ libsndio/Makefile.in
@@ -42,8 +42,8 @@ MAN7 = sndio.7
#
# libraries to build and install
#
-MAJ = 7
-MIN = 0
+MAJ = 6
+MIN = 1
SO = @so@
SO_LINK = @so_link@