pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/libixion



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

Modified Files:
        pkgsrc/math/libixion: Makefile

Log Message:
math/libixion: Find boost to fix configure error


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/math/libixion/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/libixion/Makefile
diff -u pkgsrc/math/libixion/Makefile:1.36 pkgsrc/math/libixion/Makefile:1.37
--- pkgsrc/math/libixion/Makefile:1.36  Mon Apr 28 21:04:38 2025
+++ pkgsrc/math/libixion/Makefile       Thu Aug 21 16:57:07 2025
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.36 2025/04/28 21:04:38 tnn Exp $
+# $NetBSD: Makefile,v 1.37 2025/08/21 16:57:07 ryoon Exp $
 
 PKGREVISION= 4
 .include "Makefile.common"
 
 CONFIGURE_ARGS+=       --disable-python
+CONFIGURE_ARGS+=       --with-boost=${BUILDLINK_DIR.boost-libs}
 
 PKGCONFIG_OVERRIDE+=   libixion.pc.in
 



Home | Main Index | Thread Index | Old Index