pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/qhull



Module Name:    pkgsrc
Committed By:   nros
Date:           Wed Sep  6 13:22:43 UTC 2023

Modified Files:
        pkgsrc/math/qhull: Makefile

Log Message:
qhull: add missing pkgconfig override


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/qhull/Makefile

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

Modified files:

Index: pkgsrc/math/qhull/Makefile
diff -u pkgsrc/math/qhull/Makefile:1.10 pkgsrc/math/qhull/Makefile:1.11
--- pkgsrc/math/qhull/Makefile:1.10     Mon Jun 21 10:49:20 2021
+++ pkgsrc/math/qhull/Makefile  Wed Sep  6 13:22:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/06/21 10:49:20 adam Exp $
+# $NetBSD: Makefile,v 1.11 2023/09/06 13:22:43 nros Exp $
 
 DISTNAME=      qhull-2020-src-${LIBVERSION}
 PKGNAME=       qhull-2020.2
@@ -24,6 +24,8 @@ TEST_TARGET=  test
 
 CMAKE_ARGS+=   -DMAN_INSTALL_DIR:PATH=${PREFIX}/${PKGMANDIR}/man1
 
+PKGCONFIG_OVERRIDE=    build/qhull.pc.in
+
 # Remove non-portable file not used in build or test.
 post-extract:
        rm -f ${WRKSRC}/eg/q_benchmark ${WRKSRC}/eg/qhull-zip.sh



Home | Main Index | Thread Index | Old Index