pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/librecad



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sun Jan 19 16:59:20 UTC 2025

Modified Files:
        pkgsrc/cad/librecad: Makefile

Log Message:
cad/librecad: Pass QMAKE_OPTIONS as separate arguments.

Otherwise they don't do much good.  This is necessary to make it find
boost when it's in a nondefault location.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/cad/librecad/Makefile

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

Modified files:

Index: pkgsrc/cad/librecad/Makefile
diff -u pkgsrc/cad/librecad/Makefile:1.87 pkgsrc/cad/librecad/Makefile:1.88
--- pkgsrc/cad/librecad/Makefile:1.87   Sun Jan 19 16:59:12 2025
+++ pkgsrc/cad/librecad/Makefile        Sun Jan 19 16:59:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2025/01/19 16:59:12 riastradh Exp $
+# $NetBSD: Makefile,v 1.88 2025/01/19 16:59:20 riastradh Exp $
 
 DISTNAME=      LibreCAD-2.2.0-rc2
 PKGNAME=       ${DISTNAME:tl:S/-rc2/.rc2/g}
@@ -56,7 +56,7 @@ QMAKE_OPTIONS+=       QMAKE_LFLAGS_RELEASE=
 QMAKE_OPTIONS+=        DISABLE_POSTSCRIPT=true
 
 do-configure:
-       ${RUN} cd ${WRKSRC} && ${QTDIR}/bin/qmake ${QMAKE_OPTIONS:Q}
+       ${RUN} cd ${WRKSRC} && ${QTDIR}/bin/qmake ${QMAKE_OPTIONS}
        ${RUN} cd ${WRKSRC}/plugins && ${QTDIR}/bin/qmake \
                INSTALLS+=target target.path=${PREFIX}/lib/librecad/plugins
 



Home | Main Index | Thread Index | Old Index