openbsd-ports/audio/libsndfile/patches/patch-man_Makefile_in
naddy daece9aad1 * update to 1.0.21
* use sndio instead of ossaudio

with jakemsr@
2010-01-02 17:53:27 +00:00

13 lines
470 B
Plaintext

$OpenBSD: patch-man_Makefile_in,v 1.1 2010/01/02 17:53:27 naddy Exp $
--- man/Makefile.in.orig Tue Dec 29 21:14:33 2009
+++ man/Makefile.in Tue Dec 29 21:14:44 2009
@@ -505,7 +505,7 @@ uninstall-man: uninstall-man1
# Same manpage for both programs.
sndfile-metadata-set.1 : sndfile-metadata-get.1
- $(LN_S) $< $@
+ $(LN_S) $? $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.