pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/orcus



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Aug 21 16:37:57 UTC 2025

Modified Files:
        pkgsrc/converters/orcus: Makefile

Log Message:
converters/orcus: Find boost to fix configure error


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/converters/orcus/Makefile

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

Modified files:

Index: pkgsrc/converters/orcus/Makefile
diff -u pkgsrc/converters/orcus/Makefile:1.49 pkgsrc/converters/orcus/Makefile:1.50
--- pkgsrc/converters/orcus/Makefile:1.49       Thu May  1 21:39:20 2025
+++ pkgsrc/converters/orcus/Makefile    Thu Aug 21 16:37:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2025/05/01 21:39:20 tnn Exp $
+# $NetBSD: Makefile,v 1.50 2025/08/21 16:37:56 ryoon Exp $
 
 DISTNAME=      liborcus-0.19.2
 PKGNAME=       ${DISTNAME:S/liborcus/orcus/}
@@ -19,6 +19,7 @@ GNU_CONFIGURE=                yes
 # python detection completely broken
 CONFIGURE_ARGS+=       --disable-python
 CONFIGURE_ARGS+=       --disable-werror
+CONFIGURE_ARGS+=       --with-boost=${BUILDLINK_DIR.boost-libs}
 
 PKGCONFIG_OVERRIDE+=   liborcus.pc.in
 PKGCONFIG_OVERRIDE+=   liborcus-spreadsheet-model.pc.in



Home | Main Index | Thread Index | Old Index