pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/xpdf4



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Feb 19 09:27:11 UTC 2024

Modified Files:
        pkgsrc/print/xpdf4: Makefile

Log Message:
xpdf4: don't accidentally find qt6


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/print/xpdf4/Makefile

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

Modified files:

Index: pkgsrc/print/xpdf4/Makefile
diff -u pkgsrc/print/xpdf4/Makefile:1.31 pkgsrc/print/xpdf4/Makefile:1.32
--- pkgsrc/print/xpdf4/Makefile:1.31    Sun Nov 12 13:23:22 2023
+++ pkgsrc/print/xpdf4/Makefile Mon Feb 19 09:27:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2023/11/12 13:23:22 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2024/02/19 09:27:11 markd Exp $
 
 DISTNAME=      xpdf-4.04
 PKGREVISION=   12
@@ -18,6 +18,9 @@ USE_LANGUAGES=        c c++
 
 TOOL_DEPENDS+= icoutils-[0-9]*:../../graphics/icoutils
 
+# don't accidentally find qt6
+CMAKE_ARGS+=   -DCMAKE_DISABLE_FIND_PACKAGE_Qt6Widgets=TRUE
+
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/icons/hicolor/scalable/apps
 INSTALLATION_DIRS+=    share/icons/hicolor/256x256/apps



Home | Main Index | Thread Index | Old Index