pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/opencv



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 11 18:47:53 UTC 2024

Modified Files:
        pkgsrc/graphics/opencv: Makefile

Log Message:
opencv: cmake-pkgsrc-build -> ${CMAKE_BUILD_DIR}


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/graphics/opencv/Makefile

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

Modified files:

Index: pkgsrc/graphics/opencv/Makefile
diff -u pkgsrc/graphics/opencv/Makefile:1.131 pkgsrc/graphics/opencv/Makefile:1.132
--- pkgsrc/graphics/opencv/Makefile:1.131       Thu Apr 11 11:45:46 2024
+++ pkgsrc/graphics/opencv/Makefile     Thu Apr 11 18:47:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.131 2024/04/11 11:45:46 joerg Exp $
+# $NetBSD: Makefile,v 1.132 2024/04/11 18:47:53 adam Exp $
 
 # Used by pyversion.mk
 BUILD_USES_CMAKE=      yes
@@ -15,7 +15,7 @@ INSTALLATION_DIRS+=   share/doc/opencv/pap
 INSTALLATION_DIRS+=    share/doc/opencv/ref/pics
 INSTALLATION_DIRS+=    share/OpenCV/haarcascades
 
-PKGCONFIG_OVERRIDE+=           cmake-pkgsrc-build/unix-install/opencv.pc
+PKGCONFIG_OVERRIDE+=           ${CMAKE_BUILD_DIR}/unix-install/opencv.pc
 PKGCONFIG_OVERRIDE_STAGE=      post-build
 
 PY_PATCHPLIST=         yes



Home | Main Index | Thread Index | Old Index