diff options
author | dbj <dbj@pkgsrc.org> | 2020-11-29 22:33:21 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2020-11-29 22:33:21 +0000 |
commit | d8b33f4efec7048a1da83a0b6ebe728128f8e785 (patch) | |
tree | b18b6b4fc7195be0896818f5e1a9fd958d939536 /x11/qt5-qtimageformats | |
parent | c5fe4a8f4ec206836ec4e3d600f7c8657e0416b7 (diff) | |
download | pkgsrc-d8b33f4efec7048a1da83a0b6ebe728128f8e785.tar.gz |
x11/qt5-*: avoid calling install_name_tool on symlinks
otherwise, it converts symlinks to copies which creates
problems with duplicate dylibs at runtime
Diffstat (limited to 'x11/qt5-qtimageformats')
-rw-r--r-- | x11/qt5-qtimageformats/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt5-qtimageformats/Makefile b/x11/qt5-qtimageformats/Makefile index 1049cf7280d..860e2d3b5c4 100644 --- a/x11/qt5-qtimageformats/Makefile +++ b/x11/qt5-qtimageformats/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.51 2020/11/21 11:22:32 adam Exp $ +# $NetBSD: Makefile,v 1.52 2020/11/29 22:33:22 dbj Exp $ DISTNAME= qtimageformats-everywhere-src-${QTVERSION} PKGNAME= qt5-qtimageformats-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for Image formats BUILD_TARGET= sub-src |