pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/jack



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Oct 18 14:25:55 UTC 2021

Modified Files:
        pkgsrc/audio/jack: Makefile

Log Message:
jack: Fixup Darwin library install names.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/audio/jack/Makefile

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

Modified files:

Index: pkgsrc/audio/jack/Makefile
diff -u pkgsrc/audio/jack/Makefile:1.48 pkgsrc/audio/jack/Makefile:1.49
--- pkgsrc/audio/jack/Makefile:1.48     Thu Sep 16 13:43:01 2021
+++ pkgsrc/audio/jack/Makefile  Mon Oct 18 14:25:55 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2021/09/16 13:43:01 nia Exp $
+# $NetBSD: Makefile,v 1.49 2021/10/18 14:25:55 jperkin Exp $
 
 DISTNAME=      jack2-1.9.19
 PKGNAME=       ${DISTNAME:S/jack2/jack/1}
@@ -41,6 +41,12 @@ PLIST.sun=   yes
 PLIST_VARS+=   darwin
 .if ${OPSYS} == "Darwin"
 PLIST.darwin=  yes
+
+post-install:
+       ${RUN} cd ${DESTDIR}${PREFIX} && \
+               for f in lib/jack/*.so; do \
+                       install_name_tool -id ${PREFIX}/$$f $$f; \
+               done
 .endif
 
 REPLACE_PYTHON+=       waf



Home | Main Index | Thread Index | Old Index