pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtimageformats Don't build Jasper sources we d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55e45a2b5370
branches:  trunk
changeset: 356021:55e45a2b5370
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Dec 17 14:19:00 2016 +0000

description:
Don't build Jasper sources we don't use anyway.

diffstat:

 x11/qt5-qtimageformats/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 39386bd8cdb9 -r 55e45a2b5370 x11/qt5-qtimageformats/Makefile
--- a/x11/qt5-qtimageformats/Makefile   Sat Dec 17 14:18:32 2016 +0000
+++ b/x11/qt5-qtimageformats/Makefile   Sat Dec 17 14:19:00 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/12/04 05:17:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2016/12/17 14:19:00 joerg Exp $
 
 DISTNAME=      qtimageformats-opensource-src-${QTVERSION}
 PKGNAME=       qt5-qtimageformats-${QTVERSION}
@@ -11,6 +11,9 @@
 INSTALL_ENV+=          INSTALL_ROOT=${DESTDIR}
 INSTALLATION_DIRS+=    lib/pkgconfig
 
+post-extract:
+       ${RM} -r ${WRKSRC}/src/3rdparty/jasper*
+
 .include "../../x11/qt5-qtbase/Makefile.common"
 
 .include "../../archivers/xz/buildlink3.mk"



Home | Main Index | Thread Index | Old Index