pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-otherside



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar 25 15:11:48 UTC 2024

Modified Files:
        pkgsrc/x11/py-otherside: Makefile

Log Message:
py-otherside: fix install name on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/py-otherside/Makefile

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

Modified files:

Index: pkgsrc/x11/py-otherside/Makefile
diff -u pkgsrc/x11/py-otherside/Makefile:1.8 pkgsrc/x11/py-otherside/Makefile:1.9
--- pkgsrc/x11/py-otherside/Makefile:1.8        Sun Nov 12 13:24:21 2023
+++ pkgsrc/x11/py-otherside/Makefile    Mon Mar 25 15:11:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/11/12 13:24:21 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/03/25 15:11:48 adam Exp $
 
 DISTNAME=      pyotherside-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -23,6 +23,13 @@ PYTHON_VERSIONS_INCOMPATIBLE=        27
 pre-build:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QTDIR}/bin/qmake PYTHON_CONFIG=python${PYVERSSUFFIX}-config
 
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+post-install:
+       install_name_tool -id ${QTDIR}/qml/io/thp/pyotherside/libpyothersideplugin.dylib \
+       ${DESTDIR}${QTDIR}/qml/io/thp/pyotherside/libpyothersideplugin.dylib
+.endif
+
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtdeclarative/buildlink3.mk"
 .include "../../x11/qt5-qtsvg/buildlink3.mk"



Home | Main Index | Thread Index | Old Index