pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtimageformats



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Dec 17 14:19:00 UTC 2016

Modified Files:
        pkgsrc/x11/qt5-qtimageformats: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/qt5-qtimageformats/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/qt5-qtimageformats/Makefile
diff -u pkgsrc/x11/qt5-qtimageformats/Makefile:1.17 pkgsrc/x11/qt5-qtimageformats/Makefile:1.18
--- pkgsrc/x11/qt5-qtimageformats/Makefile:1.17 Sun Dec  4 05:17:16 2016
+++ pkgsrc/x11/qt5-qtimageformats/Makefile      Sat Dec 17 14:19:00 2016
@@ -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 @@ MAKE_ENV+=            QTDIR=${QTDIR}
 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