From 95494c74460e9746e8124e16098ce4b82b615516 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Sun, 7 Dec 2003 14:56:17 +0000 Subject: Readd cludge for ldconfig which got accidentally removed in the previous commit. --- audio/portaudio/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'audio/portaudio/Makefile') diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index 21a4e82fab3d..0d746a803c7c 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes NO_FILTER_SHLIBS=yes +SHLIB_VERSION= 0 + pre-everything:: .if !defined(WITH_PATESTS) @${ECHO_MSG} @@ -50,9 +52,11 @@ post-configure: @${REINPLACE_CMD} -e 's|tests$$||' ${WRKSRC}/Makefile .endif -.if defined(WITH_PATESTS) post-install: +.if defined(WITH_PATESTS) @${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin .endif + @${LN} -sf libportaudio.so \ + ${PREFIX}/lib/libportaudio.so.${SHLIB_VERSION} .include -- cgit v1.2.3